WorkflowStep¶
-
class
github.WorkflowStep.WorkflowStep¶ This class represents steps in a Workflow Job. The reference can be found here https://docs.github.com/en/rest/reference/actions#workflow-jobs
-
completed_at¶ Type: datetime.datetime
-
conclusion¶ Type: string
-
name¶ Type: string
-
number¶ Type: integer
-
started_at¶ Type: datetime.datetime
-
status¶ Type: string
-