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"