Releases: falti/dotenv-action
Releases · falti/dotenv-action
Minor security path (js-yaml)
What's Changed
- Change build history badge to test workflow badge by @falti in #66
- Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #67
Full Changelog: v1...v1.1.5
v1.1.4: Merge pull request #61 from falti/fix-action-yml
Adds missing documentation of parameter ensure-exists
Allow to activate default .env behavior
You can now turn on the default .env behavior to succeed if no .env file is present by using setting ensure-exists to false.
The action's default is still to fail in case of missing .env file for backwards-compatibility reasons.
Thank you @FranciscoKloganB for the contribution!
Minor update on Github actions
v1.1.2 Merge pull request #56 from falti/actions_core_update
Prefix variables
This is a minor update which includes an option to prefix variables (useful for Terraforms).
v1.1: Merge pull request #53 from falti/node20
flexible case options for keys
What's Changed
- Cases for Keys by @DariuszPorowski in #45
New Contributors
- @DariuszPorowski made their first contribution in #45
Full Changelog: v1...v1.0.4
Export environment variables
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #41
- Support exporting as environment variables by @F21 in #43
New Contributors
Full Changelog: v1...v1.0.3