Skip to content
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

/entrypoint.sh: line 14: $GITHUB_OUTPUT: ambiguous redirect #11

Open
4 tasks done
bogdanbranisteanu opened this issue Apr 28, 2023 · 4 comments
Open
4 tasks done

Comments

@bogdanbranisteanu
Copy link

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:
image

Runtime

Other (please specify in steps to reproduce)

Package manager

No response

OS

No response

Build and bundle tools

No response

@bogdanbranisteanu
Copy link
Author

image
This is the piece of code in which we're using your workflow.

@bogdanbranisteanu
Copy link
Author

bogdanbranisteanu commented Apr 28, 2023

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

/entrypoint.sh: line 14: $GITHUB_OUTPUT: ambiguous redirect

@bogdanbranisteanu
Copy link
Author

https://github.com/orgs/community/discussions/36746

I have read this, it's a bit old thought but could be worth trying.

@bogdanbranisteanu
Copy link
Author

UPDATE: going down to v2.2.1 solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant