actions-marketplace-validations/Create .env file while ensure the order of envs
Yet another action to create a .env file with Github Secrets, but allow ordering envs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 19, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/danielporto_create-envfile@4f1302a003fdda342106dd064819a8f131585400 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file_name | The filename for the envfile | — | .env |
| directory | The directory to put the envfile in | — | "" |
| fail_on_empty | Fail if an env key is an empty string | — | false |
Outputs
no outputs