Skip to content

Commit b250f1a

Browse files
committed
another update
1 parent 53f3083 commit b250f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ on:
55

66
jobs:
77
auto-merge:
8+
# if: GITHUB_ACTOR == 'dependabot[bot]'
89
runs-on: ubuntu-latest
910
steps:
11+
- run: echo ${GITHUB_ACTOR}
1012
- uses: actions/checkout@v2
1113
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1214
with:

0 commit comments

Comments
 (0)