1
0
mirror of synced 2025-12-30 03:01:36 -05:00

update action output name (#17696)

This commit is contained in:
Rachael Sewell
2021-02-05 11:28:20 -08:00
committed by GitHub
parent 28efe65bf5
commit 0f5ad09dfd

View File

@@ -61,9 +61,9 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branches: graphql-schema-update
- if: ${{ steps.create-pull-request.outputs.pr_number }}
- if: ${{ steps.create-pull-request.outputs.pull-request-number }}
name: Approve
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.create-pull-request.outputs.pr_number }}
number: ${{ steps.create-pull-request.outputs.pull-request-number }}