andy Augustin
andy Augustin
@ToshY I think it is actually a bug. To solve it inside the container ```bash git config --global --add safe.directory /app/ ```` solves at least part of the issue (possibly...
Hi @msiebeneicher and thanks a lot for the suggestion. Actually the idea behind the `git_remote_pull_params` are also to include possible branches there. But ok out of convenience reasons I think...
> Hi [@AndreasAugustin](https://github.com/AndreasAugustin) that suggestion does not work unfortunately. > > When specifying a branch in git_remote_pull_params (e.g., "my-feature-branch --strategy=recursive -X theirs"), the action appears to pull from the intended...
F.Y.I.: there is a similar issue #537
Hi @veroxzik and thank you for the issue report. Just a short question. The upstream_branch is the branch within the target repository where the PR is created to (as states...
> I was able to achieve what I desired by passing in the branch name via `git_remote_pull_params`. I still think a dedicated argument would be nice! > > Feel free...