Skip to content

Commit 37e402b

Browse files
Merge pull request #2241 from bcgov/feature/ALCS-2227-adjust-dependabot
ALCS-2227: Adjust dependabot workflow
2 parents e8c38f0 + a8fd0c2 commit 37e402b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
github.event_name == 'workflow_run' &&
2222
github.event.workflow_run.conclusion == 'success'
2323
steps:
24+
- name: Checkout repository
25+
uses: actions/checkout@v2
26+
2427
- name: Auto-merge Dependabot PR
2528
env:
2629
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)