We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841f761 commit 0d7bbb0Copy full SHA for 0d7bbb0
.github/workflows/check-archives.yml
@@ -38,7 +38,7 @@ jobs:
38
git config --global user.name 'GitHub Action'
39
git config --global user.email '[email protected]'
40
git add README.md
41
- git diff --cached --quiet || commit -m 'ci(bot): refresh archived repositories list'
+ git diff --cached --quiet || git commit -m 'ci(bot): refresh archived repositories list'
42
git push
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments