This commit is contained in:
@@ -139,8 +139,8 @@ jobs:
|
|||||||
|
|
||||||
- name: 提交更改
|
- name: 提交更改
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "gitea-actions[bot]@users.noreply.nvme.cc"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "gitea-actions[bot]"
|
||||||
git add .
|
git add .
|
||||||
git diff --cached --quiet || git commit -m "Update rules: $(date +'%Y-%m-%d')"
|
git diff --cached --quiet || git commit -m "Update rules: $(date +'%Y-%m-%d')"
|
||||||
git push
|
git push
|
||||||
Reference in New Issue
Block a user