We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0350d02 commit 084e8bbCopy full SHA for 084e8bb
.github/workflows/cron.yml
@@ -52,7 +52,7 @@ jobs:
52
)
53
if [ -n "$FILES" ]; then
54
git add $FILES
55
- git commit -m "chore: deploy JSON file to docs/v2 [skip ci]" || exit 0
+ git commit -m "chore: deploy JSON files to docs/v2 [skip ci]" || exit 0
56
git pull --rebase --autostash
57
git push origin HEAD
58
else
0 commit comments