act/pkg/runner
Josh Soref 5752a03dcd
Support running commands in repositories without action.yaml (#293)
* Comment for public function

* Add git describe fallback

* spelling: github

* Set initial branch to satisfy tests for modern git

* Clarify -even- if

* Go 1.16

* Support running commands in repositories without action.yaml

Support runnings commands with only a Docker file

Co-authored-by: Casey Lee <cplee@nektos.com>
2021-03-30 12:26:25 -07:00
..
res Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
testdata Update Shell Tasks to match ScriptHandlerHelpers (#575) 2021-03-29 10:06:51 -07: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 Fix tests on Windows (#562) 2021-03-12 16:23:03 -08:00
expression_test.go Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
logger.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
run_context.go Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
run_context_test.go Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
runner.go Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
runner_test.go Update Shell Tasks to match ScriptHandlerHelpers (#575) 2021-03-29 10:06:51 -07:00
step_context.go Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
step_context_test.go Add option to run custom architecture (container platform) (#525) 2021-03-28 21:08:40 -07:00