From 8be67ba49bcff53b6f7b3be0a3b560fab2ca9380 Mon Sep 17 00:00:00 2001 From: gsonly Date: Thu, 24 Dec 2020 16:59:14 +0300 Subject: [PATCH] fix typo in finding and customizing actions --- .../learn-github-actions/finding-and-customizing-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/finding-and-customizing-actions.md b/content/actions/learn-github-actions/finding-and-customizing-actions.md index 65f719372797..fa03e8302e82 100644 --- a/content/actions/learn-github-actions/finding-and-customizing-actions.md +++ b/content/actions/learn-github-actions/finding-and-customizing-actions.md @@ -79,7 +79,7 @@ steps: #### Using branches -Referring to a specific branch means that the action will always use the latest updates on the target branch, but can create problems if those updates include breaking changes. This example targets a branch named `@main`: +Referring to a specific branch means that the action will always include the latest updates on the target branch, but can create problems if those updates include breaking changes. This example targets a branch named `@main`: ```yaml steps: