vicradon/Upsert .env file
An action that processes an .env file by replacing placeholders with provided environment variables.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action_input_file | The input file with placeholders (e.g., app-sample.env) | no | — |
| action_output_file | The output file name | no | .env |
| action_true_string_variables | List of variables that should be treated as true strings. It should be passed as a yaml multi-line string | no | — |
Outputs
| name | description |
|---|---|
| env_file | The path to the processed .env file |