Skip to content

Commit 59d375a

Browse files
authored
Adds debugging items to dependabot workflow. (#51)
1 parent 3a1e54a commit 59d375a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ jobs:
2727
PR_URL: ${{ github.event.pull_request.html_url }}
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
steps:
30+
- name: Check gh CLI
31+
run: gh --version
3032
- name: Debug Event
3133
run: echo "Event ${{ github.event_name }}"
3234
- name: approve
35+
env:
36+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3337
run: gh pr review --approve "$PR_URL"
3438
- name: merge
3539
run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 commit comments

Comments
 (0)