Skip to content

Commit

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

# - name: Configure Git credentials
# run: |
# git config user.name ${{ secrets.GIT_USER }}
# git config user.email ${{ secrets.GIT_EMAIL }}
#
# - name: Commit and push changes
# run: |
# git add .
# git commit -m "Auto commit after PR merge"
# git push
- name: Configure Git credentials
run: |
git config user.name ${{ secrets.GIT_USER }}
git config user.email ${{ secrets.GIT_EMAIL }}
- name: Commit and push changes
run: |
git add .
git commit -m "Auto commit after PR merge"
git push

0 comments on commit 6b31f3e

Please sign in to comment.