tmshkr/handle-env
Creates a .env file from a multiline string of key=value pairs, and then destroys it when the workflow job completes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| env | key=value pairs of environment variables, in standard .env format. | yes | — |
| delete | Whether to delete the .env file when the workflow completes. | no | true |
| filename | The name of the .env file to create. | no | .env |
Outputs
no outputs