Skip to content

Commit f0e7705

Browse files
authored
repo sync
2 parents 28bcf46 + 0f5ad09 commit f0e7705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-graphql-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
branches: graphql-schema-update
64-
- if: ${{ steps.create-pull-request.outputs.pr_number }}
64+
- if: ${{ steps.create-pull-request.outputs.pull-request-number }}
6565
name: Approve
6666
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
69-
number: ${{ steps.create-pull-request.outputs.pr_number }}
69+
number: ${{ steps.create-pull-request.outputs.pull-request-number }}

0 commit comments

Comments
 (0)