Added branch name to push instruction

This commit is contained in:
cato
2022-06-05 17:15:05 +02:00
committed by GitHub
parent 57a34ac567
commit ff4fc45b74

View File

@@ -54,4 +54,4 @@ jobs:
run: git pull --rebase upstream main
- name: Git push to other repo
run: git push upstream
run: git push upstream HEAD:main