Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed Dec 20, 2024
1 parent 24b5536 commit 7ba7e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
if [[ "${{ github.event_name }}" == "push" ]]; then
git push origin HEAD:$(git rev-parse --abbrev-ref HEAD)
else
git pull origin
git merge origin/${{ github.event.pull_request.head.ref }}
git push origin HEAD:${{ github.event.pull_request.head.ref }}
fi
# git push origin HEAD:$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 7ba7e59

Please sign in to comment.