-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
actions-checkout@v1 failure #322
Comments
The error message is very unclear, but it seems to refer to the action (from a step) and it's If you have access to the runs:
using: 'docker' I was able to edit it, because it was a local github action (like this) |
Issue is stale and will be closed in 7 days unless there is new activity |
Had a similar error but on an action that I didn't own :( . Hope that it's resolved with #339 |
@akielbowicz I don't think it has been resolved with that PR. I am using the currently most recent realease To be more precise, it is referencing this YAML file https://github.com/actions/checkout/blob/releases/v1/action.yml which is lacking the If you use the |
|
When running act, the error was revealed. Solution suggested for another action at nektos/act#322 https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing
same thing today with |
Please open new issue which is definitely a different issue |
Hello,
I have a workflow that contains the following job:
I get the following error when I try to run this:
Here's a full log for this job:
The text was updated successfully, but these errors were encountered: