Skip to content

Commit f9b7279

Browse files
chore: add checkout and prepare to contributors.yml
1 parent 2cc8a86 commit f9b7279

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ jobs:
22
contributors:
33
runs-on: ubuntu-latest
44
steps:
5+
- uses: actions/checkout@v3
6+
with:
7+
fetch-depth: 0
8+
- uses: ./.github/actions/prepare
59
- uses: JoshuaKGoldberg/[email protected]
610
- uses: stefanzweifel/git-auto-commit-action@v4
711
with:

0 commit comments

Comments
 (0)