diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 27a9286..631997c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -46,6 +46,7 @@ jobs: id: test - name: Commit and Push changes + continue-on-error: true run: | git config --global user.name 'github-actions[bot]' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'