Releases: ingnil/gh-action-mutex
Releases · ingnil/gh-action-mutex
v1.0-alpha-8
Fixed an issue where queued tickets could be removed accidentally if the ticket to be dequeued was a prefix of the other tickets. This could have been solved by zero-padding the generated random number, but I chose to use uuidgen instead for a larger range of generated values.