act/pkg/runner
Michael Heap a5e86bd024
Add support for changing the GITHUB_ACTOR (#229)
This adds the `-a` flag when running `act` to change the username of the GITHUB_ACTOR environment variable

Co-authored-by: Casey Lee <cplee@nektos.com>
2020-05-12 00:14:56 -07:00
..
testdata fix: #170 add RUNNER_TEMP 2020-04-23 08:18:36 -07:00
command.go integration test 2020-02-24 12:48:12 -08:00
command_test.go integration test 2020-02-24 12:48:12 -08:00
expression.go Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
expression_test.go Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
logger.go add commands support 2020-02-20 21:05:42 -05:00
run_context.go Add support for changing the GITHUB_ACTOR (#229) 2020-05-12 00:14:56 -07:00
run_context_test.go Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
runner.go Add support for changing the GITHUB_ACTOR (#229) 2020-05-12 00:14:56 -07:00
runner_test.go feat: load every environment from --env-file to workflow (#184) 2020-04-17 10:04:40 -07:00
step_context.go Implement UnmarshalYAML for ActionRunsUsing (#223) 2020-05-04 05:40:11 -07:00