Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PartialGithubEventWorkflowRun (0.24 sec)

  1. .github/actions/comment-docs-preview-in-pr/app/main.py

        input_deploy_url: str
    
    
    class PartialGithubEventHeadCommit(BaseModel):
        id: str
    
    
    class PartialGithubEventWorkflowRun(BaseModel):
        head_commit: PartialGithubEventHeadCommit
    
    
    class PartialGithubEvent(BaseModel):
        workflow_run: PartialGithubEventWorkflowRun
    
    
    if __name__ == "__main__":
        logging.basicConfig(level=logging.INFO)
        settings = Settings()
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Jan 09 15:02:53 GMT 2024
    - 2.1K bytes
    - Viewed (0)
Back to top