legytma/Gitea Wait on check

Wait on a certain check to pass for commit using Gitea API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-endpointGitea API Endpoint to use.no${{ github.server_url }}
ownerThe repo ownerno${{ github.repository_owner }}
repositoryThe repo nameno${{ github.event.repository.name }}
repo-tokenA Gitea token for the repono${{ github.token }}
refA git ref to be checked: branch/tag/commit shano${{ github.sha }}
allowed-conclusionsArray of allowed conclusionsnosuccess,skipped
workflow-namesArray of workflow names to verifyno
job-namesArray of job names to verifyno
trigger-eventsArray of trigger events to verifyno
wait-intervalSeconds to wait between Checks API requestsno10
namedescription
statusChecks Status Sumary List