actions-marketplace-validations/actions-mutex
A GitHub Action for exclusive control
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token. It must have a write access to the repository. | yes | ${{ github.token }} |
| key | The name of the critical section | yes | lock |
| repository | A repository for locking | yes | ${{ github.repository }} |
| prefix | Prefix of branch names for locking | yes | actions-mutex-lock/ |
Outputs
no outputs