You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/main.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,6 @@ jobs:
23
23
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 }}.
24
24
25
25
- 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
0 commit comments