Skip to content

Commit

Permalink
fix: invalid output error
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 22, 2024
1 parent 1c080e9 commit 6f293ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cat ${FETCHED_GITHUB_INFO_PATH}
PR_NUM=$(cat ${FETCHED_GITHUB_INFO_PATH} | jq -r --arg REGEX "${DEPS_UPDATE_PR_TITLE_REGEX}" 'select(.title | test($REGEX)) | .number')
echo "${PR_NUM}" | tee -a $GITHUB_OUTPUT
echo "PR_NUM=${PR_NUM}" | tee -a $GITHUB_OUTPUT
echo "${GITHUB_SHA}"
- name: Get all release branches # e.g release/v1.7
id: get_branch
Expand Down

0 comments on commit 6f293ac

Please sign in to comment.