Skip to content
New issue

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

Step "Run actions/checkout@master" started to fail #24

Closed
erikw opened this issue May 22, 2020 · 1 comment
Closed

Step "Run actions/checkout@master" started to fail #24

erikw opened this issue May 22, 2020 · 1 comment

Comments

@erikw
Copy link

erikw commented May 22, 2020

Hello!

I've used this action successfully for a while. Last time I used it was 2020-04-13. Today I pushed another commit to the master branch but discovered that this action now failed. No changes has been made to the repository or the Github settings for it in this time period.

It fails on the step "Run actions/checkout@master":

Fetching the repository
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +7eb330784af3dfa9a43fe441df0a2d9c023***452:refs/remotes/origin/master
  remote: Repository not found.
  ##[error]fatal: repository 'https://github.com/***/***.me/' not found
  The process '/usr/bin/git' failed with exit code 128

When I look at this part of the step from 13th of April, it looks like:

Fetching the repository
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +b89cd8a4f3f670120874fa7d4ea5854c154b791b:refs/remotes/origin/master
  remote: Enumerating objects: 26, done.        
  remote: Counting objects:   3% (1/26)
[...]        
...

Any ideas what can have happended here for this Action to break?
If there's any way I can provide more information I'd be happy to!

@erikw erikw changed the title Run actions/checkout@master started to fail Step "Run actions/checkout@master" started to fail May 22, 2020
@erikw
Copy link
Author

erikw commented May 22, 2020

Uh, I just realized that the problem is in the checkout Action...
and there's already an issue @ actions/checkout#254

@erikw erikw closed this as completed May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant