Skip to content

Commit 8bbad03

Browse files
committed
chore(ci): Fix push
1 parent 318d036 commit 8bbad03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Merge template
3939
run: "git checkout -b template-update && git merge template/${{ env.TEMPLATE_BRANCH }} -m 'chore: Update from template'"
4040
- name: Push branch
41-
run: "git push -f"
41+
run: "git push --set-upstream origin template-update"
4242
env:
4343
GH_TOKEN: ${{ github.token }}
4444
- name: Create PR

0 commit comments

Comments
 (0)