fix #121 and #123 - add support for reading env variables from .env (#133)

This commit is contained in:
Casey Lee
2020-03-06 12:30:24 -08:00
committed by GitHub
parent af970769d7
commit 4fde7d8865
14 changed files with 629 additions and 0 deletions

View File

@@ -93,6 +93,12 @@ You can provide default configuration flags to `act` by either creating a `./.ac
-P ubuntu-latest=nektos/act-environments-ubuntu:18.04
```
Additionally, act support loading environment variables from a `.env` file. The default is to look in the working directory for the file, but can be overriden by:
```
act --env-file my.env
```
# Support
Need help? Ask on [Gitter](https://gitter.im/nektos/act)!