-
Notifications
You must be signed in to change notification settings - Fork 79
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
basename: missing operand #108
Comments
It has succeeded in the past |
From the logs, |
I encountered the same issue when I was using v1.31. Not know why I upgraded to v1.38 and it's working now. I deleted the release and tag then recreated those to test. Not sure if the issue is fixed as upgrading the version, or it's a transitive github issue. |
have the same problem. It's probably related to actions/runner#2788 |
Repeated use of release tag or release name seems to cause this behavior. |
The workaround looks reasonable, PR is welcome! |
Well, I did some tests and referenced https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-a-single-release. In the first attempt (action) (A-Start to A-End, jq has no -r parameter).
In the third attempt (action) (B-Start to B-End), I also replaced RELEASE_NAME. Since github_token was not configured, an unauthenticated error was triggered, but the relevant information was read, so I think this should solve the problem. But what puzzles me is that the RELEASE_NAME passed here is not wrapped in quotes. I don't know if this is an existing problem or caused by this change.
For testing, I modified it using the following code.
|
Thanks for the testing! I have added the |
The text was updated successfully, but these errors were encountered: