1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update close-on-invalid-label.yaml

This commit is contained in:
Ramya Parimi
2021-09-16 06:22:07 -05:00
committed by GitHub
parent 88feefdc2f
commit a9e6e18e5a

View File

@@ -26,4 +26,4 @@ jobs:
if: ${{ github.event_name == 'pull_request_target' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr close ${{ github.event.pull_request_target.html_url }}
run: gh pr close ${{ github.event.pull_request.html_url }}