Skip to content

Conversation

@airween
Copy link
Contributor

@airween airween commented Oct 29, 2025

In issue (#92) they explain the setenv action does not allow both syntax: quoted (with ') and unquoted form.

I think the setenv syntax is the same as setvar: it can be quoted with a single quote mark, can have a ! character to delete the env var, and can contain a name, a = and a value.

This fixes that and closes #92.

@airween airween requested a review from fzipi October 29, 2025 20:13
@fzipi
Copy link
Member

fzipi commented Oct 29, 2025

We definitely should start adding tests for these changes 🤔

@airween
Copy link
Contributor Author

airween commented Oct 29, 2025

We definitely should start adding tests for these changes 🤔

Should I add a (few) test(s) before merge?

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

Successfully merging this pull request may close these issues.

Handling set_env correctly

2 participants