Skip to content

Commit

Permalink
Use number instead of pull_request_number for correct output
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 10, 2024
1 parent e9e5a3b commit 482512e
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 482512e

Please sign in to comment.