forked from Ivasoft/github-actions
Allow KVM access on request
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -81,6 +81,11 @@ func main() {
|
||||
Usage: "disable forced pulling in act",
|
||||
EnvVar: "PLUGIN_NO_FORCE_PULL",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "kvm",
|
||||
Usage: "enable KVM (Kernel Virtual Machine)",
|
||||
EnvVar: "PLUGIN_KVM",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "event-payload",
|
||||
Usage: "Webhook event payload",
|
||||
@@ -194,6 +199,7 @@ func run(c *cli.Context) error {
|
||||
Verbose: c.Bool("action-verbose"),
|
||||
Image: c.String("action-image"),
|
||||
NoForcePull: c.Bool("no-force-pull"),
|
||||
Kvm: c.Bool("kvm"),
|
||||
EventPayload: c.String("event-payload"),
|
||||
Actor: c.String("actor"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user