legytma/Gitea Wait on check
Wait on a certain check to pass for commit using Gitea API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-endpoint | Gitea API Endpoint to use. | no | ${{ github.server_url }} |
| owner | The repo owner | no | ${{ github.repository_owner }} |
| repository | The repo name | no | ${{ github.event.repository.name }} |
| repo-token | A Gitea token for the repo | no | ${{ github.token }} |
| ref | A git ref to be checked: branch/tag/commit sha | no | ${{ github.sha }} |
| allowed-conclusions | Array of allowed conclusions | no | success,skipped |
| workflow-names | Array of workflow names to verify | no | — |
| job-names | Array of job names to verify | no | — |
| trigger-events | Array of trigger events to verify | no | — |
| wait-interval | Seconds to wait between Checks API requests | no | 10 |
Outputs
| name | description |
|---|---|
| status | Checks Status Sumary List |