-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Errors in output from entrypoint.sh #170
Comments
Interesting. mkdir -p "$(dirname -- "${INPUT_OUTPUT}")" and that fails, too, in your output
The reason is that we download the lychee binary under the same name and it sits there in the directory Sooo we should probably remove the |
Fixed that in |
Closing this as (hopefully) resolved. 😊 |
I can see the following from Bash in the output from the action:
A run where this happens: https://github.com/exercism/problem-specifications/actions/runs/3396200796/jobs/5646999010
The referenced file is the action entrypoint.sh.
I tried playing around with similar commands in my Bash shell (below) but everything worked fine there, so this may be something specific to running in a container and the file system present (or not present) there 🤷 .
My quick local test of the related Bash commands.
One thing different here that is shown in the error output above, is the workflow URL does not get the ID of course, so perhaps there is some issue there?
The text was updated successfully, but these errors were encountered: