forgejo-runner-act/pkg/runner
Justin Grote 957b8ad76d
Update Shell Tasks to match ScriptHandlerHelpers (#575)
* Update Shell Tasks to match ScriptHandlerHelpers
Code: https://github.com/actions/runner/blob/main/src/Runner.Worker/Handlers/ScriptHandlerHelpers.cs

Docs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell

Fixes #467

* 🩹 Remove old ps1 handler

* ♻️ gocritix fix

* 🐛 Powershell command must be a single entry to docker API
Fixes #467

* Remove Act Temp

* Remove additional Act Directories

* remove hard-coded workdir

Co-authored-by: Casey Lee <cplee@nektos.com>
2021-03-29 10:06:51 -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 Update test workflows and improve expression_test.go/run_context_test.go (#560) 2021-03-12 16:25:10 -08:00
logger.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
run_context.go fix: hardcode ubuntu-latest for ImageOS envvar (#579) 2021-03-28 21:46:09 -07:00
run_context_test.go Update test workflows and improve expression_test.go/run_context_test.go (#560) 2021-03-12 16:25:10 -08:00
runner.go Add option to run custom architecture (container platform) (#525) 2021-03-28 21:08:40 -07:00
runner_test.go Update Shell Tasks to match ScriptHandlerHelpers (#575) 2021-03-29 10:06:51 -07:00
step_context.go Update Shell Tasks to match ScriptHandlerHelpers (#575) 2021-03-29 10:06:51 -07:00
step_context_test.go Add option to run custom architecture (container platform) (#525) 2021-03-28 21:08:40 -07:00