1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 03:05:05 +08:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)