Skip to content

Commit f81977e

Browse files
fix: Add echo to actor in dependabot automerge (#694)
1 parent 51ef8cb commit f81977e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818

19+
- name: Print actor
20+
run: echo "Actor is ${{github.actor}}"
21+
1922
- name: Approve a PR
2023
run: gh pr review --approve "$PR_URL"
2124
env:

0 commit comments

Comments
 (0)