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 32ae8d9 commit 8268e31Copy full SHA for 8268e31
.github/workflows/Verify.Redist.Update.yaml
@@ -62,5 +62,5 @@ jobs:
62
uses: peter-evans/enable-pull-request-automerge@v3
63
with:
64
token: ${{ secrets.PAT }}
65
- pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }}
+ pull-request-number: ${{ github.event.pull_request.number }}
66
merge-method: squash
0 commit comments