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 ffa43f9 commit a938e3f
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 @@ -137,7 +137,7 @@ jobs:
if [[ "${{ github.event_name }}" == "push" ]]; then
git push origin HEAD:$(git rev-parse --abbrev-ref HEAD)
else
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:${{ 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)
# git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:$(git rev-parse --abbrev-ref HEAD)

0 comments on commit a938e3f

Please sign in to comment.