-
Notifications
You must be signed in to change notification settings - Fork 29
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
error messages broken in v0.0.18 #46
Comments
Thanks, @SCjona. I also invite you to join our community on Slack so we can discuss it offline if you prefer. |
This is a minimal reproducible example: |
Hello @effoeffi, I tried your fix https://github.com/SCjona/oasdiff-test/pull/1/commits/9f41e7d2e340c92e4692e59554ae8003e0430e1c but now it seems like there is just no output at all. https://github.com/SCjona/oasdiff-test/actions/runs/8232531541/job/22510167805?pr=1 I'll invite you as maintainer to the repo so you can rerun the action as needed. |
@SCjona, the GitHub Actions' behavior seems odd. |
sadly the issue persists. ran it with debug logs once
|
I analyzed the entrypoint.sh of breaking in v0.0.18 using shellcheck. i think the file output stuff is what broke it
note: not everything this tool reports is supposed to be fixed |
nvm this seems to be the issue
the first param is the content, the second is the output to send to the output file if specified. in my case i dont output to a file so i just get the |
I think this is the issue, and I follow this for the fix. |
still not fixed... i think i know what's wrong tho I'll try to fix it myself and make a PR |
v0.0.18 Github Actions log
v0.0.16 works fine.
The text was updated successfully, but these errors were encountered: