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.
2 parents 28bcf46 + 0f5ad09 commit f0e7705Copy full SHA for f0e7705
.github/workflows/update-graphql-files.yml
@@ -61,9 +61,9 @@ jobs:
61
with:
62
github_token: ${{ secrets.GITHUB_TOKEN }}
63
branches: graphql-schema-update
64
- - if: ${{ steps.create-pull-request.outputs.pr_number }}
+ - if: ${{ steps.create-pull-request.outputs.pull-request-number }}
65
name: Approve
66
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8
67
68
github-token: ${{ secrets.GITHUB_TOKEN }}
69
- number: ${{ steps.create-pull-request.outputs.pr_number }}
+ number: ${{ steps.create-pull-request.outputs.pull-request-number }}
0 commit comments