1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-25 19:17:01 +00:00

Add --env flag to pass environment vars without file (#474)

This commit is contained in:
Cat™ 2021-01-15 05:26:01 +00:00 committed by GitHub
parent 2d5b34cfc2
commit 7987e67c0a
2 changed files with 12 additions and 0 deletions

View file

@ -14,6 +14,7 @@ type Input struct {
reuseContainers bool
bindWorkdir bool
secrets []string
envs []string
platforms []string
dryrun bool
forcePull bool