Skip to main content
github.getWorkflowRun gets one workflow run and its current lifecycle state.
automations/get-github-workflow-run.automation.ts
Provide the repository and numeric runId. Optional excludePullRequests removes pull request objects from GitHub’s response. Returns the run’s id, html_url, status, and conclusion. Requires Actions read permission.