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 aa7fbd5 commit 95719cc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,5 @@ 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 95719cc

Please sign in to comment.