From 9caea97e42986805196bb02f217eda821690d64c Mon Sep 17 00:00:00 2001 From: rory Date: Mon, 21 Aug 2023 21:16:36 -0700 Subject: [PATCH] Commit test change --- .github/workflows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index a4a243c2590d..e1b1696411b1 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -149,4 +149,4 @@ In order to bundle actions with their dependencies into a single Node.js executa Do not try to use a relative path. - Confusingly, paths in action metadata files (`action.yml`) _must_ use relative paths. - You can't use any dynamic values or environment variables in a `uses` statement -- In general, it is a best practice to minimize any side-effects of each action. Using atomic ("dumb") actions that have a clear and simple purpose will promote reuse and make it easier to understand the workflows that use them. \ No newline at end of file +- In general, it is a best practice to minimize any side-effects of each action. Using atomic ("dumb") actions that have a clear and simple purpose will promote reuse and make it easier to understand the workflows that use them.