1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

run with copy of workingdir

This commit is contained in:
Casey Lee 2020-02-24 17:48:21 -08:00
parent 6df3e39a46
commit 199c125522
7 changed files with 26 additions and 9 deletions

View file

@ -11,6 +11,7 @@ type Input struct {
workflowsPath string
eventPath string
reuseContainers bool
bindWorkdir bool
secrets []string
platforms []string
dryrun bool