actions-marketplace-validations/export-env-action

Exports .env file variables to job env

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 14, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/cardinalby_export-env-action@4f48c4676cf6ed6f46e30899ee987ce695da7c80 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
envFilePath to .env file or Path to multiple .env files concatenated by `|`yes
filterFilter regexp to only export specific variables matching the filterno
expandSubstitute ${VAR} references by values of correspondent varsnofalse
expandWithJobEnvUse step env for expanding ${VAR} referencesnofalse
exportExport variables to a job environment. If `false`, all variables will be set as an action outputs instead. notrue
maskMask all result values (after expanding) as secretsnofalse

no outputs