From 5f081bf664c1a409ef954f4c2c99784a3ef2c8c3 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Thu, 20 Oct 2022 20:19:27 +0800 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8090cf5bcb..3ee25f5bea 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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"