Releases: falti/dotenv-action
Releases · falti/dotenv-action
v1.1.4: Merge pull request #61 from falti/fix-action-yml
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
Various improvements
v1.0.1
v1.0.0
What's Changed
- bump Node runtime version from 12 to 16 by @vlukashov in #32
- Bump @actions/core from 1.4.0 to 1.9.1 by @dependabot in #29
- Variable expansion by @falti in #34
- Added support for variable expansion by @tjcorr in #27
New Contributors
- @vlukashov made their first contribution in #32
- @tjcorr made their first contribution in #27
Full Changelog: v0.2.8...v1.0.0