mksony/Dotenv Safe Action
Load variables from .env file and ensure variables to be set from an .env.example
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | the path to the .env file (including file name) | yes | .env |
| example-path | the path to the .env.example file (including file name) | yes | .env.example |
| export-envs | boolean to export env variables | no | false |
Outputs
| name | description |
|---|---|
| generic | This command will have generic output variables based on .env |