From 8f48544466622553b64242329910f1f3a308a689 Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Sun, 7 Jun 2020 17:16:34 -0600 Subject: [PATCH] Add github-action-locks This Action let's you add execution locking around your GitHub Account workflows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..b000d35 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [github-action-locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. #### Environments