diff --git a/.github/workflows/goimports.yml b/.github/workflows/goimports.yml index 94947243..8d8ae0a6 100644 --- a/.github/workflows/goimports.yml +++ b/.github/workflows/goimports.yml @@ -26,10 +26,11 @@ jobs: goimports -l -w ./ - name: Commit back + if: github.repository_owner == 'Mrs4s' continue-on-error: true run: | - git config --local user.name 'github-actions' - git config --local user.email 'github-actions@users.noreply.github.com' + git config --local user.name 'github-actions[bot]' + git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com' git add --all git commit -m "ci(chore): Fix stylings" git push