Update update.yml

git safe dir momento
This commit is contained in:
windowsboy111
2022-10-20 20:17:12 +08:00
committed by GitHub
parent 3947f427bc
commit 371ee67493
+1
View File
@@ -29,6 +29,7 @@ jobs:
- name: Save
run: |
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"