WorkflowJob¶
-
class
github.WorkflowJob.WorkflowJob¶ This class represents Workflow Jobs. The reference can be found here https://docs.github.com/en/rest/reference/actions#workflow-jobs
-
check_run_url¶ Type: string
-
completed_at¶ Type: datetime.datetime
-
conclusion¶ Type: string
-
head_sha¶ Type: string
-
html_url¶ Type: string
-
id¶ Type: int
-
name¶ Type: string
-
node_id¶ Type: string
-
run_id¶ Type: integer
-
run_url¶ Type: string
-
started_at¶ Type: datetime.datetime
-
status¶ Type: string
-
steps¶ Type: list of github.WorkflowStep.WorkflowStep
-
url¶ Type: string
-
logs_url()¶ Type: string
-