jacobjove/Generate dotenv file

Action for generating a dotenv file based on a template file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
template-pathsFilepath or space-delimited list of filepaths of the template file(s) used to generate the dotenv fileyes
output-pathFilepath for the output fileno.env
cacheBoolean specifying whether to cache the output file ('true' or 'false')notrue
keyKey used to identify the cached/uploaded dotenv file (default: concatenation of the template paths and the GITHUB_SHA env var)no
uploadBoolean specifying whether to upload the output file as an artifact ('true' or 'false')nofalse
allow-missing-varsBoolean 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')nofalse
namedescription
keyKey used to identify the dotenv file