From 271919c55332938179960557fcf28c8fa78be691 Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Mon, 28 Mar 2022 22:19:59 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e35865a..da415fb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: sleep 5 ``` -More options such as using a different repo to store the mutex (which allows sharing a mutex between jobs from arbitrary repos) or using different access tokens can be found in [actions.yml](./actions.yml) +More options such as using a different repo to store the mutex (which allows sharing a mutex between jobs from arbitrary repos) or using different access tokens can be found in [action.yml](./action.yml). ## Motivation