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 66893c1 commit 60f1ecbCopy full SHA for 60f1ecb
.github/workflows/generate.yaml
@@ -25,6 +25,4 @@ jobs:
25
run: npm run generate
26
- name: Commit static
27
run: |
28
- git config --global user.name 'robot'
29
- git commit -am "feat: automate generate data"
30
- git push
+ ./scripts/commit.sh
0 commit comments