WebService::GitHub::Actions::Workflows
Create a workflow dispatch event
WebService::GitHub::Actions::Workflows.create-workflow-dispatch( Str $owner
, Str $repo
, Any $workflow-id
, Str :$ref!
, Associative :$inputs
)
Disable a workflow
WebService::GitHub::Actions::Workflows.disable-workflow( Str $owner
, Str $repo
, Any $workflow-id
)
Enable a workflow
WebService::GitHub::Actions::Workflows.enable-workflow( Str $owner
, Str $repo
, Any $workflow-id
)
Get a workflow
WebService::GitHub::Actions::Workflows.get-workflow( Str $owner
, Str $repo
, Any $workflow-id
)
Get workflow usage
WebService::GitHub::Actions::Workflows.get-workflow-usage( Str $owner
, Str $repo
, Any $workflow-id
)
List repository workflows
WebService::GitHub::Actions::Workflows.list-repo-workflows( Str $owner
, Str $repo
, Int(Str) :$per-page
, Int(Str) :$page
)