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:
parent
28665466fa
commit
0f5e9b0a60
2 changed files with 12 additions and 7 deletions
|
@ -10,6 +10,7 @@ type Input struct {
|
|||
actor string
|
||||
workdir string
|
||||
workflowsPath string
|
||||
autodetectEvent bool
|
||||
eventPath string
|
||||
reuseContainers bool
|
||||
bindWorkdir bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue