Skip to content

Commit

Permalink
fix(ci/golangci): fix golangcl-lint git push (#4032)
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme authored Dec 11, 2024
1 parent d748fb6 commit 5c45d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 5c45d35

Please sign in to comment.