export-env-action
export-env-action copied to clipboard
GitHub Action that exports .env file variables to job env
Results
2
export-env-action issues
Sort by
recently updated
recently updated
newest added
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
dependencies
I notice that the action seems to interpret strings as booleans for the parameters. `export: 'false'` Is this a mistake in the documentation? Or it really needs to be string...