Skip to content

Commit 0d7bbb0

Browse files
authored
fix: missing git
1 parent 841f761 commit 0d7bbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-archives.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global user.name 'GitHub Action'
3939
git config --global user.email '[email protected]'
4040
git add README.md
41-
git diff --cached --quiet || commit -m 'ci(bot): refresh archived repositories list'
41+
git diff --cached --quiet || git commit -m 'ci(bot): refresh archived repositories list'
4242
git push
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)