Skip to content

Commit 0c27d08

Browse files
Update main.yml
1 parent 386b150 commit 0c27d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
This is an automatic e-mail indicating devops exercise results for ${{ github.repository }}. Results can be found on GitHub. Sent by user ${{ github.event.pull_request.user.login }}.
2424
2525
- name: Close Pull
26-
run: gh pr close ${{ github.event.pull_request.number }} --comment "Auto-closing pull request. Results were forwarded to Skyline." --delete-branch
26+
gh pr close ${{ github.event.number }} --comment "Auto-closing pull request. Results were forwarded to Skyline." --delete-branch
2727
env:
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)