Skip to content

Commit 61c6894

Browse files
Explicitly specifying the PR branch when pushing (it's already doing that, since actions/checkout will set the upstream correctly)
1 parent 4752273 commit 61c6894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch-speakeasy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
3434
git add src/glean/__init__.py
3535
git commit -m "ci: ensure extend_path lines in glean/__init__.py" || echo "No changes to commit"
36-
git push
36+
git push origin HEAD:${{ github.head_ref }}

0 commit comments

Comments
 (0)