actions-marketplace-validations/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
Stalelast commit Jan 10, 2025
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ben-z_gh-action-mutex@1ebad517141198e08d47cf72f3c0975316620a65 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

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