Skip to content

Commit

Permalink
BC-9058 - fix the branch_meta jo if the branch has no pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Feb 21, 2025
1 parent 7deb0b7 commit b964a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
BRANCH_REF_NAME: ${{ github.ref_name}}
BRANCH_SHA: ${{ needs.branch_meta.outputs.sha }}
BRANCH_SHA: ${{ github.sha }}
run: |
if [ "${{ github.event_name }}" == 'pull_request' ]; then
echo "branch=$PR_HEAD_REF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b964a05

Please sign in to comment.