Added branch name to push instruction
This commit is contained in:
2
.github/workflows/bitbucket-sync.yml
vendored
2
.github/workflows/bitbucket-sync.yml
vendored
@@ -54,4 +54,4 @@ jobs:
|
|||||||
run: git pull --rebase upstream main
|
run: git pull --rebase upstream main
|
||||||
|
|
||||||
- name: Git push to other repo
|
- name: Git push to other repo
|
||||||
run: git push upstream
|
run: git push upstream HEAD:main
|
||||||
|
|||||||
Reference in New Issue
Block a user