We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2
No response
I am using your workflow in an organisation workflow, and although it was running with no problem for a few months, today it started erroring out.
The expected behaviour would be to set the $GITHUB_OUTPUT correctly.
What is happening is erroring out:
Other (please specify in steps to reproduce)
The text was updated successfully, but these errors were encountered:
This is the piece of code in which we're using your workflow.
Sorry, something went wrong.
Provided you the text from the screenshots:
- name: Set Version and Update In Package.jso uses: sergeysova/jq-action@v2 with: cmd: jq --arg v "$RELEASE_VERSION" '.version = $v' package.json > tmp.$$.json && mv tmp.$$.json package.json
- name: Set Version and Update In Package.jso
uses: sergeysova/jq-action@v2
with:
cmd: jq --arg v "$RELEASE_VERSION" '.version = $v' package.json > tmp.$$.json && mv tmp.$$.json package.json
/entrypoint.sh: line 14: $GITHUB_OUTPUT: ambiguous redirect
https://github.com/orgs/community/discussions/36746
I have read this, it's a bit old thought but could be worth trying.
UPDATE: going down to v2.2.1 solved the issue.
No branches or pull requests
Initial checklist
Affected packages and versions
v2
Link to runnable example
No response
Steps to reproduce
I am using your workflow in an organisation workflow, and although it was running with no problem for a few months, today it started erroring out.
Expected behavior
The expected behaviour would be to set the $GITHUB_OUTPUT correctly.
Actual behavior
What is happening is erroring out:
Runtime
Other (please specify in steps to reproduce)
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: