mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
fix(ci/golangci): fix golangcl-lint git push (#4032)
This commit is contained in:
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -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)
|
||||
Reference in New Issue
Block a user