We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df65b0 commit 8c3bd99Copy full SHA for 8c3bd99
1 file changed
.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