Skip to content

0.1.11-snapshot.12: Allow uppercase environment variable creation

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 20:13
· 5 commits to refs/heads/kyle/uppercase-env-vars since this release
d46d969
The current behaviour was to force all variable names
to lowercase which was resulting in the wrong behaviour on POST.

Instead, just force lowercase when comparing with existing variables.

Signed-off-by: Kyle Harding <[email protected]>