We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318d036 commit 8bbad03Copy full SHA for 8bbad03
1 file changed
.github/workflows/template.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Merge template
39
run: "git checkout -b template-update && git merge template/${{ env.TEMPLATE_BRANCH }} -m 'chore: Update from template'"
40
- name: Push branch
41
- run: "git push -f"
+ run: "git push --set-upstream origin template-update"
42
env:
43
GH_TOKEN: ${{ github.token }}
44
- name: Create PR
0 commit comments