Skip to content

Commit

Permalink
Update close-on-invalid-label.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramya Parimi authored Sep 16, 2021
1 parent 88feefd commit a9e6e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-on-invalid-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a9e6e18

Please sign in to comment.