Skip to content

Commit 14b20c1

Browse files
authored
Merge pull request #59 from BoatraceOpenAPI/ci/update-commit-message
ci: update commit message
2 parents 0350d02 + 084e8bb commit 14b20c1

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)