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

Fix env output with quotes #5597

Open
wants to merge 1 commit into
base: STABLE-23.10.x
Choose a base branch
from

Conversation

bentsherman
Copy link
Member

The strict syntax requires process env inputs/outputs to be quoted. This works for env inputs, but apparently env outputs did not work this way prior to 24.04. Support for this syntax was added as a side effect of eval outputs.

Since some users have reported issues when trying to use this syntax with 23.10, this PR backports just the quoted env syntax.

Signed-off-by: Ben Sherman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant