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 7f6a808262
commit 9bbf35e88e
3 changed files with 15 additions and 8 deletions

View File

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