From 312517a55254408170e9d35ffdd037a34770a1e1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 9 Jul 2020 10:45:41 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e51c004..bc6722b 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ check with: Sometimes, when you publish releases from multiple places, your workflow may hit race conditions. For example, when publishing from multiple CIs -or even having workflows with the same steps triggered withing GitHub +or even having workflows with the same steps triggered within GitHub Actions CI/CD for different events concerning the same high-level act. To facilitate this use-case, you may use `skip_existing` (disabled by