We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690cf93 commit ca04373Copy full SHA for ca04373
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
git config --global user.name "Cloudnode [bot]"
45
git config --global user.email "[email protected]"
46
git add "**/index.ts"
47
- git commit -Sm "chore: update indices"
+ git commit -S -m "chore: update indices"
48
git push
49
50
- name: Pack
0 commit comments