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

Add autodetect event flag (#486)

* Add autodetect event flag

* Add new flag to README.md

* Make help more clear
This commit is contained in:
Cat™ 2021-01-18 19:42:55 +00:00 committed by GitHub
parent 28665466fa
commit 0f5e9b0a60
2 changed files with 12 additions and 7 deletions

View file

@ -10,6 +10,7 @@ type Input struct {
actor string
workdir string
workflowsPath string
autodetectEvent bool
eventPath string
reuseContainers bool
bindWorkdir bool