We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our repo is a private repo, and it starts to have this error from this morning:
remote: Repository not found.
for any workflow triggered by workflow_dispatch or push.
workflow_dispatch
push
actions by pull_request work as normal.
pull_request
and this error appears on both self-hosted runner and normal runners.
it is strange that this only happens on recent commits, if I re-run actions which was executed successfully, there is no issue at all.
Not sure if this is a problem with github or checkout.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our repo is a private repo, and it starts to have this error from this morning:
remote: Repository not found.
for any workflow triggered by
workflow_dispatch
orpush
.actions by
pull_request
work as normal.and this error appears on both self-hosted runner and normal runners.
it is strange that this only happens on recent commits, if I re-run actions which was executed successfully, there is no issue at all.
Not sure if this is a problem with github or checkout.
The text was updated successfully, but these errors were encountered: