Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldWaterFall committed Jan 31, 2024
1 parent 95719cc commit d67497e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,15 @@ jobs:
name: yiyan_prompt_statistics # 工件的名称,您可以根据需要命名
path: .ci/yiyan_prompt_statistics.png # 指定生成的 PNG 文件的路径

- name: Configure Git credentials
run: |
git config user.name "GoldWaterFall"
git config user.email "[email protected]"
- name: Commit and push changes
run: |
git add .
git commit -m "Auto commit after PR merge"
git push

0 comments on commit d67497e

Please sign in to comment.