fix: push to correct branch
This commit is contained in:
parent
22424960b6
commit
7c8b67bcb6
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ runs:
|
|||
git remote add upstream ${{ inputs.upstream_repo_url }}
|
||||
git fetch --no-tags upstream 'refs/heads/${{ inputs.upstream_repo_branch }}'
|
||||
git reset --hard 'upstream/${{ inputs.upstream_repo_branch }}'
|
||||
git push --set-upstream origin upstream --force
|
||||
git push --set-upstream origin ${{ inputs.downstream_repo_branch }} --force
|
||||
|
|
Loading…
Reference in a new issue