diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c00249d..a3814a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,5 +53,5 @@ jobs: git config --local user.email "actions@github.com" git config --local user.name "GitHub Actions" git add . - git commit --amend -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit + git commit --amend -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit. git push --force