WebService::GitHub::Actions::WorkflowRuns
Cancel a workflow run
WebService::GitHub::Actions::WorkflowRuns.cancel-workflow-run( Str $owner
, Str $repo
, Int(Str) $run-id
)
Delete a workflow run
WebService::GitHub::Actions::WorkflowRuns.delete-workflow-run( Str $owner
, Str $repo
, Int(Str) $run-id
)
Delete workflow run logs
WebService::GitHub::Actions::WorkflowRuns.delete-workflow-run-logs( Str $owner
, Str $repo
, Int(Str) $run-id
)
Download workflow run logs
WebService::GitHub::Actions::WorkflowRuns.download-workflow-run-logs( Str $owner
, Str $repo
, Int(Str) $run-id
)
Get pending deployments for a workflow run
WebService::GitHub::Actions::WorkflowRuns.get-pending-deployments-for-run( Str $owner
, Str $repo
, Int(Str) $run-id
)
Get the review history for a workflow run
WebService::GitHub::Actions::WorkflowRuns.get-reviews-for-run( Str $owner
, Str $repo
, Int(Str) $run-id
)
Get a workflow run
WebService::GitHub::Actions::WorkflowRuns.get-workflow-run( Str $owner
, Str $repo
, Int(Str) $run-id
)
Get workflow run usage
WebService::GitHub::Actions::WorkflowRuns.get-workflow-run-usage( Str $owner
, Str $repo
, Int(Str) $run-id
)
List workflow runs
WebService::GitHub::Actions::WorkflowRuns.list-workflow-runs( Str $owner
, Str $repo
, Any $workflow-id
, Str :$actor
, Str :$branch
, Str :$event
, WebService::GitHub::Actions::WorkflowRuns::ListWorkflowRunsStatus :$status
, Int(Str) :$per-page
, Int(Str) :$page
)
List workflow runs for a repository
WebService::GitHub::Actions::WorkflowRuns.list-workflow-runs-for-repo( Str $owner
, Str $repo
, Str :$actor
, Str :$branch
, Str :$event
, WebService::GitHub::Actions::WorkflowRuns::ListWorkflowRunsForRepoStatus :$status
, Int(Str) :$per-page
, Int(Str) :$page
)
Re-run a workflow
WebService::GitHub::Actions::WorkflowRuns.re-run-workflow( Str $owner
, Str $repo
, Int(Str) $run-id
)
Review pending deployments for a workflow run
WebService::GitHub::Actions::WorkflowRuns.review-pending-deployments-for-run( Str $owner
, Str $repo
, Int(Str) $run-id
, Str :$comment!
, WebService::GitHub::Actions::WorkflowRuns::ReviewPendingDeploymentsForRunState :$state!
, Positional :$environment-ids!
)