create-pull-request
create-pull-request copied to clipboard
fails if push-to-fork does not exist but outputs wrong url
Subject of the issue
push-to-fork is specified, the corresponding fork does not exist
Describe your issue here. It's expected that it fails but it outputs the url of the repo and not of the fork which is a bit misleading when searching the error
Steps to reproduce
specify push-to-fork with one which does not exist
If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow.
See https://github.com/tegonal/gget/actions/runs/3080604471/jobs/4978197502#step:6:24 The error should be:
https://github.com/tegonal-bot/gget
Error: Not Found
and not tegonal/gget (note the -bot)