telia-actions/Create a .env file
Create a .env file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| full_text | Text to be dumped in the .env file (the text will be trimmed). Any existing file will be overwritten. | yes | — |
| directory | Directory to write the file to (defaults to .). Parent directories will NOT be created. | — | . |
| include_env_vars | If set, environemnt vars starting with ACTION_CREATE_ENV_ will be included (i.e. ACTION_CREATE_ENV_PROD=1 will be incldued in .env as PROD=1). Vars set in this way are written after <full_text>. | no | — |
Outputs
no outputs