act/pkg/runner
Robert Kowalski f09cdb8443
feat: add flag to always run the checkout action ()
act has a feature that skips the checkout action to do a remote
checkout when a local checkout exists. in some cases, e.g. when
running act in a CI, you always want to clone the repository.
2022-03-21 11:23:06 +00:00
..
res Add super-linter + fix lint issues () 2021-05-03 09:52:03 -07:00
testdata Expression evaluator fixes () 2022-02-25 18:39:50 +00:00
action.go refactor: extract setupAction into ActionReader () 2022-02-08 20:17:59 +00:00
action_test.go refactor: extract setupAction into ActionReader () 2022-02-08 20:17:59 +00:00
command.go fix: hide masked values in log files () 2022-03-02 08:29:34 +00:00
command_test.go feat: add json logger output () 2022-03-14 15:33:11 +00:00
expression.go Expression evaluator fixes () 2022-02-25 18:39:50 +00:00
expression_test.go Refactor expression evaluator to use parser from actionlint package () 2022-01-21 08:07:20 -08:00
job_executor.go Revert: Don't stop JobContainer on failure () 2022-03-14 19:46:32 +00:00
job_executor_test.go Revert: Don't stop JobContainer on failure () 2022-03-14 19:46:32 +00:00
logger.go fix: remove unused TestContext () 2022-03-14 17:47:16 +00:00
run_context.go feat: add flag to always run the checkout action () 2022-03-21 11:23:06 +00:00
run_context_test.go Refactor expression evaluator to use parser from actionlint package () 2022-01-21 08:07:20 -08:00
runner.go feat: add flag to always run the checkout action () 2022-03-21 11:23:06 +00:00
runner_test.go fix: deep evaluate matrix strategy () 2022-02-15 16:35:02 +00:00
step_context.go feat: add flag to always run the checkout action () 2022-03-21 11:23:06 +00:00
step_context_test.go refactor: export and move shared contexts into pkg/model () 2021-12-22 19:52:09 +00:00