Skip to content

Commit 3a1e54a

Browse files
authored
Adds debug line for event on dependabot workflow. (#50)
1 parent 201001e commit 3a1e54a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
PR_URL: ${{ github.event.pull_request.html_url }}
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
steps:
30+
- name: Debug Event
31+
run: echo "Event ${{ github.event_name }}"
3032
- name: approve
3133
run: gh pr review --approve "$PR_URL"
3234
- name: merge

0 commit comments

Comments
 (0)