I have two private repositories on GitHub.
mygh/my-action
mygh/my-code
I'm trying to run a workflow from mygh/my-code that uses the custom action mygh/my-action but GitHub Actions fails with this error:
Failed to resolve action download info. Error: Unable to resolve action `mygh/my-action@main`, repository not found
Retrying in 12.717 seconds
Failed to resolve action download info. Error: Unable to resolve action `mygh/my-action@main`, repository not found
Retrying in 11.214 seconds
Error: Unable to resolve action `mygh/my-action@main`, repository not found