create-pull-request icon indicating copy to clipboard operation
create-pull-request copied to clipboard

fails if push-to-fork does not exist but outputs wrong url

Open robstoll opened this issue 3 years ago • 0 comments

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)

robstoll avatar Sep 19 '22 08:09 robstoll