Clarify that env vars are at least somewhat case insensitive on Windows #19627
Labels
actions
This issue or pull request should be reviewed by the docs actions team
content
Problems or updates in the docs content on docs.github.com.
waiting for review
Issue/PR is waiting for a writer's review
jsoref commentedAug 9, 2022
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
What part(s) of the article would you like to see updated?
This is true on Linux (and macOS).
However, my understanding is that this is at least partially untrue on Windows:
https://github.com/actions/runner/blob/cb19da9638790019f6e7be193cd4282311992b12/src/Runner.Worker/ActionCommandManager.cs#L158-L162
I say partially, because I haven't extensively tested the code paths.
Additional information
No response
The text was updated successfully, but these errors were encountered: