consid-germany/Check Gate State
Checks the state of a gate and cancels the workflow if the gate state is closed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: consid-germany/gates@b9ce0457aae2820423ae1a450fa6be5a2dc7de80 # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gitHubApiBaseUrl | URL of the GitHub API of your gates deployment. | yes | — |
| group | Specify the group of the gate of which the gate state is checked during the workflow execution. | yes | — |
| service | Specify the service of the gate of which the gate state is checked during the workflow execution. | yes | — |
| environment | Specify the environment of the gate of which the gate state is checked during the workflow execution. | yes | — |
| failOnClosedGate | Whether the action should fail the workflow if the gate state is closed. Set to false to only set the gateState output instead of failing. | no | true |
Outputs
| name | description |
|---|---|
| gateState | State of the gate as returned by the gates API, e.g. 'open' or 'closed' |