Skip to content

Commit

Permalink
测试action
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaResst committed Nov 23, 2024
1 parent 36f6c15 commit a90036f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
python format_item.py
working-directory: Data

- name: Configure Git user
run: |
git config --global user.name 'Naga Resst'
git config --global user.email '[email protected]'
- name: Push Code to Repo
uses: devops-infra/action-commit-push@master
with:
Expand Down

0 comments on commit a90036f

Please sign in to comment.