Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PartialGithubEventHeadCommit (0.46 sec)

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

        github_event_path: Path
        github_event_name: Union[str, None] = None
        input_token: SecretStr
        input_deploy_url: str
    
    
    class PartialGithubEventHeadCommit(BaseModel):
        id: str
    
    
    class PartialGithubEventWorkflowRun(BaseModel):
        head_commit: PartialGithubEventHeadCommit
    
    
    class PartialGithubEvent(BaseModel):
        workflow_run: PartialGithubEventWorkflowRun
    
    
    if __name__ == "__main__":
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 09 15:02:53 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top