Skip to content

Commit 35d7b3b

Browse files
committed
[CI]: fix branch issue on push (#9)
1 parent 05e6752 commit 35d7b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-k8s-manifests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Add & Commit
2626
uses: EndBug/add-and-commit@v9.1.3
2727
with:
28-
push: 'origin main --force'
28+
push: 'origin HEAD:main'
2929
add: kubernetes/production
3030

0 commit comments

Comments
 (0)