Skip to content

Commit ca04373

Browse files
committed
fix git commit flags
1 parent 690cf93 commit ca04373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git config --global user.name "Cloudnode [bot]"
4545
git config --global user.email "[email protected]"
4646
git add "**/index.ts"
47-
git commit -Sm "chore: update indices"
47+
git commit -S -m "chore: update indices"
4848
git push
4949
5050
- name: Pack

0 commit comments

Comments
 (0)