branch-gg/Workflow Distributed Lock Action

A GitHub Action to implement a distributed lock across workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with repo scope.yes
ownerOwner account of the lock repo, defaults to this repo.no
repoLock repo, defaults to this repo.no
lock-file-pathThe path to the lock file in the repository.yes
lock-branchThe branch where the lock file is stored.nolocks
lock-keyThe key for the lock.yes
max-concurrentThe maximum number of concurrent entries allowed.no
polling-intervalTime in seconds between retries.no10
modeAction mode: acquire or release.noacquire

no outputs