From 4882688f9a9dfa6fe7aa9c6fc417a85c02808480 Mon Sep 17 00:00:00 2001 From: Martin de Spirlet Date: Thu, 24 Dec 2020 19:00:18 +0000 Subject: [PATCH] Update finding-and-customizing-actions.md --- .../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..d8789d48fa8a 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`: +Specifying a target branch for the action means it will always run the version currently on that branch. This approach can create problems if an update to the branch includes breaking changes. This example targets a branch named `@main`: ```yaml steps: