Skip to content

Use env vars#235

Open
jsoref wants to merge 5 commits into
helm:mainfrom
jsoref:use-env-vars
Open

Use env vars#235
jsoref wants to merge 5 commits into
helm:mainfrom
jsoref:use-env-vars

Conversation

@jsoref

@jsoref jsoref commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Best practices for GitHub workflows/actions involves not using ${{ ... }} in a run: statement, but instead using env: to define a variable corresponding to the ${{ ... }} expression and accessing that variable from the run: statement.

Additionally, yaml treats true/false specially and github's action syntax expects the default: field to be a string, not a boolean (so the use of unquoted true/false results in complaints from things).

Beyond that, since I was in the neighborhood, I've included two spelling fixes.

jsoref added 5 commits June 8, 2026 16:28
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant