Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 2, 2023
1 parent 0336fd8 commit b31a387
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ Wait for, acquire, and release a distributed lock via S3 storage.
- run: echo "Lock held, do work here"
```
The lock is released in our Post step, or when it expires.
![](./screenshot.png)
The lock is released (the S3 object deleted) in our Post step, which provides a
pretty robust guarantee of release. Expired locks are ignored (not deleted), so
it's recommended you put a Lifecyle policy on the Bucket to clean them up after
some time.
## Inputs and Outputs
See [action.yml](./action.yml) for a complete list of inputs and outputs.
Expand Down

0 comments on commit b31a387

Please sign in to comment.