Update update.yml

This commit is contained in:
windowsboy111
2022-10-27 14:06:08 +08:00
committed by GitHub
parent f080c3e6ed
commit 517ee5ae94
+2 -1
View File
@@ -27,6 +27,7 @@ jobs:
run: bash ./update.sh
- name: Save
id: save
run: |
git config --global --add safe.directory "*"
if [[ `git status --porcelain` ]]; then
@@ -38,5 +39,5 @@ jobs:
fi
- name: Autobuild
#if: ${{ steps.save.outputs.updated == 1 }}
if: ${{ steps.save.outputs.updated == 1 }}
uses: ./.github/workflows/autobuild.yml