This commit is contained in:
test 2022-11-25 16:28:53 +08:00
parent f82ad02561
commit 00a7365c93
1 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ jobs:
- name: Commit and push if changed
run: |
git diff
git config --global user.email "auto"
git config --global user.name "auto"
git config --global user.email "test"
git config --global user.name "test"
git add .
git commit --allow-empty -m $(date)
git commit --allow-empty -m "auto"
git push