Skip to content

Commit b6a0a56

Browse files
committed
ci: checkout before watching dependabot PR checks
1 parent 2d16bec commit b6a0a56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
contents: write
2525
pull-requests: write
2626
steps:
27+
- name: Checkout repository
28+
uses: actions/checkout@v4
29+
2730
- name: Wait for PR checks
2831
env:
2932
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)