mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-07-02 16:38:35 +00:00
[FORGEJO] add the create-runner-file
This commit is contained in:
parent
b876fa3fab
commit
4c78fbc7b1
7 changed files with 328 additions and 10 deletions
|
@ -41,6 +41,8 @@ func Execute(ctx context.Context) {
|
|||
registerCmd.Flags().StringVar(®Args.Labels, "labels", "", "Runner tags, comma separated")
|
||||
rootCmd.AddCommand(registerCmd)
|
||||
|
||||
rootCmd.AddCommand(createRunnerFileCmd(ctx, &configFile))
|
||||
|
||||
// ./act_runner daemon
|
||||
daemonCmd := &cobra.Command{
|
||||
Use: "daemon",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue