Skip to content

Commit 07de5c4

Browse files
committed
Explicitly push HEAD to the PR branch for auto-fixes
1 parent f1a233f commit 07de5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
if [[ -n $(git status -s) ]]; then
4747
git add .
4848
git commit -m "style: auto-fix markdown formatting"
49-
git push
49+
git push origin HEAD:${{ github.head_ref }}
5050
fi

0 commit comments

Comments
 (0)