diff --git a/action.yml b/action.yml index 67463c3..2f4eb75 100644 --- a/action.yml +++ b/action.yml @@ -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