forgejo-runner-act/pkg/runner
Torbjørn Vatn a149cf8ca2
Make envs available in if conditionals (#225)
* Ignore .idea

* Add Env to the RunContext vm so we can Evaluate and Interpolate `env.xx`

* Make EvalBool support expressions more in line with the github runner

* Turns out Boolean(value) is what github is doing after all

* Add test for github context as well
2020-05-04 12:18:13 -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 Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
run_context_test.go Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
runner.go feat: load every environment from --env-file to workflow (#184) 2020-04-17 10:04:40 -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