actions-marketplace-validations/Create a .env file

Create a .env file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 25, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/developerric_action-create-env@55154f178faf68afd619cd16f233e5d31489a892 # no releases — HEAD as of 2026-07-15

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
full_textText to be dumped in the .env file (the text will be trimmed). Any existing file will be overwritten.yes
directoryDirectory to write the file to (defaults to .). Parent directories will NOT be created..
include_env_varsIf 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

no outputs