Skip to content

Commit 4efff98

Browse files
committed
fix: checkout repo for dependabot auto-merge
1 parent 3d0ac00 commit 4efff98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
github.event.pull_request.draft == false
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 1
1923
- name: Enable auto-merge and delete branch
2024
env:
2125
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)