We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562f7a9 commit ae45556Copy full SHA for ae45556
.github/workflows/publish.yml
@@ -33,4 +33,4 @@ jobs:
33
with:
34
repository: ${{ github.repository }}
35
# 'outputs' provides a string, and we need a number, so we use fromJSON to convert it
36
- pull_request_number: ${{ fromJSON(needs.get_pull_request.outputs.pull_request_number) }}
+ pull_request_number: ${{ fromJSON(needs.get_pull_request.outputs.number) }}
0 commit comments