Skip to content

Commit

Permalink
Merge pull request #124 from Expensify/andrew-pr
Browse files Browse the repository at this point in the history
Use `number` instead of `pull_request_number` for correct output
  • Loading branch information
AndrewGable authored Oct 10, 2024
2 parents a66aed2 + 482512e commit 7c506ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
get_pull_request:
runs-on: ubuntu-latest
outputs:
pull_request_number: ${{ steps.getMergedPullRequest.outputs.pull_request_number }}
pull_request_number: ${{ steps.getMergedPullRequest.outputs.number }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7c506ed

Please sign in to comment.