actions-marketplace-validations/Variable to Dotenv
Appends a variable to a dotenv file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Name of key | yes | — |
| value | Value of key | yes | — |
| default | A default value for the key (if `value` is empty, this is used instead) | no | — |
| nullable | If false, and the value resolved is empty, the variable will be omitted | no | true |
| envPath | File path to write variable to | no | .env |
Outputs
no outputs