fix(ci/golangci): fix golangcl-lint git push (#4032)

This commit is contained in:
houseme
2024-12-11 15:42:36 +08:00
committed by GitHub
parent d748fb6564
commit 5c45d3533f

View File

@ -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
git push origin HEAD:$(git rev-parse --abbrev-ref HEAD)