Skip to content

Commit

Permalink
Use GITHUB_BASE_REF to detect target branch
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 17, 2020
1 parent e27c5f6 commit cd0a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/update-release-tracker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case $GITHUB_BASE_REF in
msg="/ready-to-tag github.com/${GITHUB_REPOSITORY} ${GITHUB_SHA}"
;;
*)
msg="/cherry-picked github.com/${GITHUB_REPOSITORY} ${GITHUB_REF} ${GITHUB_SHA}"
msg="/cherry-picked github.com/${GITHUB_REPOSITORY} ${GITHUB_BASE_REF} ${GITHUB_SHA}"
;;
esac

Expand Down

0 comments on commit cd0a70e

Please sign in to comment.