Skip to content

Commit

Permalink
Update pr-on-branch-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-gimeno-molina authored Apr 30, 2024
1 parent 426ee84 commit 457416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-on-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Get PR number
id: get_pr_number
run: |
PR_NUMBER=$(gh pr view ${{ github.ref_name }} | jq --raw-output '.number')
PR_NUMBER=$(gh pr view ${{ github.ref_name }} --jq '.number')
echo "PR Number: $PR_NUMBER"
echo "::set-output name=pr_number::$PR_NUMBER"
env:
Expand Down

0 comments on commit 457416e

Please sign in to comment.