Skip to content

Commit 084e8bb

Browse files
committed
ci: update commit message
1 parent 0350d02 commit 084e8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
)
5353
if [ -n "$FILES" ]; then
5454
git add $FILES
55-
git commit -m "chore: deploy JSON file to docs/v2 [skip ci]" || exit 0
55+
git commit -m "chore: deploy JSON files to docs/v2 [skip ci]" || exit 0
5656
git pull --rebase --autostash
5757
git push origin HEAD
5858
else

0 commit comments

Comments
 (0)