jacobjove/Generate dotenv file
Action for generating a dotenv file based on a template file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template-paths | Filepath or space-delimited list of filepaths of the template file(s) used to generate the dotenv file | yes | — |
| output-path | Filepath for the output file | no | .env |
| cache | Boolean specifying whether to cache the output file ('true' or 'false') | no | true |
| key | Key used to identify the cached/uploaded dotenv file (default: concatenation of the template paths and the GITHUB_SHA env var) | no | — |
| upload | Boolean specifying whether to upload the output file as an artifact ('true' or 'false') | no | false |
| allow-missing-vars | Boolean specifying whether to generate the dotenv file even if one or more variables included in the template file is missing from the environment ('true' or 'false') | no | false |
Outputs
| name | description |
|---|---|
| key | Key used to identify the dotenv file |