act/pkg/common
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
..
cartesian.go matrix is done 2020-02-20 21:06:03 -05:00
cartesian_test.go Spelling (#240) 2020-05-18 09:53:42 -07:00
draw.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
dryrun.go successfully able to run simple workflows 2020-02-20 21:05:25 -05:00
executor.go shared container for job 2020-02-23 15:01:25 -08:00
executor_test.go successfully able to run simple workflows 2020-02-20 21:05:25 -05:00
file.go initial load of yaml working 2020-02-04 16:38:41 -08:00
git.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
git_test.go Fix tests if there are hooks generated by templates (#434) 2021-01-11 22:35:57 -08:00
line_writer.go integration test 2020-02-24 12:48:12 -08:00
line_writer_test.go integration test 2020-02-24 12:48:12 -08:00
logger.go successfully able to run simple workflows 2020-02-20 21:05:25 -05:00