Skip to content

Commit 60f1ecb

Browse files
author
robot
committed
feat: automate generate data
1 parent 66893c1 commit 60f1ecb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/generate.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ jobs:
2525
run: npm run generate
2626
- name: Commit static
2727
run: |
28-
git config --global user.name 'robot'
29-
git commit -am "feat: automate generate data"
30-
git push
28+
./scripts/commit.sh

0 commit comments

Comments
 (0)