update
This commit is contained in:
		@@ -16,19 +16,7 @@ options:
 | 
				
			|||||||
  repository: "user/repository"
 | 
					  repository: "user/repository"
 | 
				
			||||||
  act_runner_options: "--secret-file my.secrets --env-file my.env"
 | 
					  act_runner_options: "--secret-file my.secrets --env-file my.env"
 | 
				
			||||||
schema:
 | 
					schema:
 | 
				
			||||||
  gitea_url:
 | 
					  gitea_url: str
 | 
				
			||||||
    type: str
 | 
					  gitea_token: str
 | 
				
			||||||
    description: "The URL of the Gitea server to register the Act runner."
 | 
					  repository: str
 | 
				
			||||||
    required: "true"
 | 
					  act_runner_options: str?
 | 
				
			||||||
  gitea_token:
 | 
					 | 
				
			||||||
    type: str
 | 
					 | 
				
			||||||
    description: "The token for authenticating with Gitea."
 | 
					 | 
				
			||||||
    required: "true"
 | 
					 | 
				
			||||||
  repository:
 | 
					 | 
				
			||||||
    type: str
 | 
					 | 
				
			||||||
    description: "The Gitea repository to register the runner with, in 'user/repository' format."
 | 
					 | 
				
			||||||
    required: "true"
 | 
					 | 
				
			||||||
  act_runner_options:
 | 
					 | 
				
			||||||
    type: str
 | 
					 | 
				
			||||||
    description: "Additional options to pass to Act runner."
 | 
					 | 
				
			||||||
    required: "false"
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user