Skip to content

Releases: ingnil/gh-action-mutex

v1.0-alpha-8

22 Sep 10:30
Compare
Choose a tag to compare
v1.0-alpha-8 Pre-release
Pre-release

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.