-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa7fbd5
commit 95719cc
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|