Update update.yml

This commit is contained in:
windowsboy111
2022-10-20 20:19:27 +08:00
committed by GitHub
parent 371ee67493
commit 5f081bf664
+1 -1
View File
@@ -28,8 +28,8 @@ jobs:
- name: Save
run: |
git config --global --add safe.directory "*"
if [[ `git status --porcelain` ]]; then
git config --global --add safe.directory '*'
git config user.name "Package Update Checker"
git config user.email "<>"
git commit -a -m "Automatic Update"