actions-marketplace-validations/Dotenv Action
Load variables from .env file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 29, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/falti_dotenv-action@47e83a7d8f0b9942594d0c10ce4833cba931ec39 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | the path to the .env file (including file name) | yes | .env |
| log-variables | whether to log the variables to output or not | no | false |
| mask-variables | whether to mask the variables as secrets or not | no | false |
| export-variables | whether to export the variables to the environment or not | no | false |
| export-variables-prefix | prefix to add to the exported variables | no | "" |
| keys-case | Transform keys case to lower, upper or keep as it is with bypass | no | lower |
| ensure-exists | Fail the action when .env file is not found at path. | no | true |
Outputs
| name | description |
|---|---|
| generic | This command will have generic output variables based on .env |