diff options
author | jony montana <hy352144278@gmail.com> | 2020-04-17 19:04:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 19:04:40 +0200 |
commit | 2f395475b0ac4f5c0fb3d7c8b97a23d9214ea77b (patch) | |
tree | 911751ff2c824de7f5ae66dcc99d42ee9efd9f7a /.gitignore | |
parent | *: update go-git import (#194) (diff) | |
download | forgejo-act-2f395475b0ac4f5c0fb3d7c8b97a23d9214ea77b.tar.xz forgejo-act-2f395475b0ac4f5c0fb3d7c8b97a23d9214ea77b.zip |
feat: load every environment from --env-file to workflow (#184)
* feat: load every environment from --env-file to workflow
* fix: pass dotenv's environments through by context
* updates to support --secret-file
Co-authored-by: Casey Lee <cplee@nektos.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ dist/ .todo *.nupkg +.vscode/ |