We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc03c5 commit e5c3657Copy full SHA for e5c3657
1 file changed
.github/workflows/cron.yml
@@ -46,7 +46,7 @@ jobs:
46
FILES=$(git ls-files --modified --others --exclude-standard docs/v2/*.json || true)
47
if [ -n "$FILES" ]; then
48
git add $FILES
49
- git commit -m "chore: Deploy JSON file to docs/v2 [skip ci]" || exit 0
+ git commit -m "chore: deploy JSON file to docs/v2 [skip ci]" || exit 0
50
git pull --rebase --autostash
51
git push origin HEAD
52
else
0 commit comments