From 9f395dabae84e4ac7cc7a916b52fc9eda5191b3a Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 1 Nov 2023 16:03:10 +0000 Subject: [PATCH] Restyled by prettier-markdown --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d94aafc..011894e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Wait for, acquire, and release a distributed lock via S3 storage. # timeout-poll: 5s - run: echo "Lock held, do work here" - # Lock is released in our Post step, or it expires ``` @@ -45,7 +44,6 @@ Paraphrasing the described algorithm: accept that there are simply no strong guarantees in this locking mechanisms operation at scale. - ## Inputs and Outputs See [action.yml](./action.yml) for a complete list of inputs and outputs.