diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89fdb90f4..068e7788d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,8 @@ jobs: git config --local user.name github-actions[bot] git config --global core.autocrlf true git config --global core.safecrlf false - git commit -m "CI build" -a + git add --all + git commit -m "CI build" continue-on-error: true - name: Git push