-
Notifications
You must be signed in to change notification settings - Fork 63
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
GitHub Actions failing with: File not found: '/home/runner/work/_actions/paambaati/codeclimate-action/v3.1.0/lib/main.js' #626
Comments
We’ve rerun actions that previously succeeded and they now fail, so it probably has to do with the latest commits pushed to the repo today? |
@edouard Quite possibly, yes. I'd changed the default branch from I'm urgently looking at this right now, thanks for reporting. |
@edouard I've just published v3.1.1, can you confirm that works for you? |
@paambaati Yup, it works for me now with v3.1.1. Thank you for fixing it so quickly! |
Apologies, and thanks for confirming. To anyone else stumbling into this issue, I'm very sorry that I broke existing workflows. Please upgrade to v3.1.1 to continue using this action. - uses: paambaati/codeclimate-action@v3.1.0
+ uses: paambaati/codeclimate-action@v3.1.1 |
No problem. Would it help existing users using |
@edouard Unfortunately, no. I've tried this too, but the error continues to show up – see https://github.com/paambaati/codeclimate-action/actions/runs/3295541744/jobs/5434208601 For now, unfortunately, the only recourse is to upgrade the action to > v3.1.1. |
Since about an hour ago, the CodeClimate step of our GitHub action fails with
File not found: '/home/runner/work/_actions/paambaati/codeclimate-action/v3.1.0/lib/main.js'
We're running
paambaati/codeclimate-action@v3.1.0
The text was updated successfully, but these errors were encountered: