diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d0c278a..7a9a0d8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -49,6 +49,7 @@ jobs: run: | git config user.email "41898282+github-actions[bot]@users.noreply.github.com>" git config user.name "github-actions[bot]" + git fetch origin ./update.sh git push origin master ls -la diff --git a/update.sh b/update.sh index 6675b19..7cee840 100755 --- a/update.sh +++ b/update.sh @@ -20,6 +20,6 @@ case version in EOF ) git add update.json - git commit -m "skipci: Update update.json" + git commit -m "skipci: Update update.json" || true ;; esac