diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d1823a8be..9be6b9564 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -79,4 +79,4 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git add . git commit -m "Apply gci import order changes" - git push \ No newline at end of file + git push origin HEAD:$(git rev-parse --abbrev-ref HEAD) \ No newline at end of file