act/pkg/runner
Torbjørn Vatn 15eaa15a0e
GitHub env file support (#426)
* Upgrade to the official golangci-lint action and fix some issues it found

* Update deps

* Remove a shadow warning

* Initialize the splitPattern only once

* Initial attempt at supporting $GITHUB_ENV

Needs some polishing and tests

* Now it's actually working

* Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term

* Disable the issue-228 test again

* The linter is picky

* Discovered that the workflow/envs.txt had to exist in certain cases

* Fix small linter issue
2021-01-11 22:39:43 -08:00
..
testdata Fixes include when using matrix and strategy build. (#415) 2020-12-08 10:13:07 -08:00
command.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
command_test.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
expression.go EvalBool and Interpolation fixes (#424) 2020-11-17 09:31:05 -08:00
expression_test.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
logger.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
run_context.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
run_context_test.go Act env (#417) 2020-11-18 07:14:34 -08:00
runner.go Add option to disable hiding of secrets (#460) 2021-01-11 22:28:45 -08:00
runner_test.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
step_context.go Use static initial PATH (#462) 2021-01-11 22:27:16 -08:00