ben-z/Mutex Action

A simple locking/unlocking mechanism to provide mutual exclusion in Github Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenThe token for accessing the repo.no${{ github.token }}
github_serverThe GitHub server URL without `https`. This might be useful for e.g. GHESnogithub.com
repositoryThe repository path that stores the lock. E.g `ben-z/gh-action-mutex`no${{ github.repository }}
branchThe branch to use for the mutexnogh-mutex
debugPrint debug outputnofalse
internal_checkout-location[Internal] The location to store the mutex repono/run/gh-action-mutex/repo
ticket-id-suffixTicket id suffix to avoid identical values for parallel/matrix jobs in the same workflow runnodefault

no outputs