rmakowiak/search-workflow-action
Action to search for Github Actions workflow runs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Repo owner | yes | — |
| repo | Repo | yes | — |
| status | Can be one of: completed, action_required, cancelled, failure, neutral, skipped, stale, success, timed_out, in_progress, queued, requested, waiting | — | — |
| event | Returns workflow run triggered by the event you specify. For example, push, pull_request or issue | — | — |
| name | Name of the workflow | — | — |
| GITHUB_AUTH_TOKEN | Must have the `actions:read` permission to use this endpoint | yes | — |
Outputs
| name | description |
|---|---|
| data | Workflow run data |