peterjgrainger / action-create-branch

Github action to create a branch
MIT License
90 stars 29 forks source link

Add option to set the repository #392

Open skin27 opened 12 months ago

skin27 commented 12 months ago

I am calling the workflow from another workflow (in another repo) and would like to set the repository. This ensures that the repo that contains the workflow is, instead of the repo of the calling repo.

This option is also used in other actions like:

https://github.com/actions/checkout

and

https://github.com/ad-m/github-push-action