update
This commit is contained in:
parent
6a63531f21
commit
73a493f5b8
@ -17,18 +17,18 @@ options:
|
||||
act_runner_options: "--secret-file my.secrets --env-file my.env"
|
||||
schema:
|
||||
gitea_url:
|
||||
type: string
|
||||
type: str
|
||||
description: "The URL of the Gitea server to register the Act runner."
|
||||
required: true
|
||||
required: "true"
|
||||
gitea_token:
|
||||
type: string
|
||||
type: str
|
||||
description: "The token for authenticating with Gitea."
|
||||
required: true
|
||||
required: "true"
|
||||
repository:
|
||||
type: string
|
||||
type: str
|
||||
description: "The Gitea repository to register the runner with, in 'user/repository' format."
|
||||
required: true
|
||||
required: "true"
|
||||
act_runner_options:
|
||||
type: string
|
||||
type: str
|
||||
description: "Additional options to pass to Act runner."
|
||||
required: false
|
||||
required: "false"
|
Loading…
x
Reference in New Issue
Block a user