Skip to content

Commit 855275a

Browse files
authored
Merge pull request #2326 from martindes01/fix-2290
Improve description of branch targeting for action release management
2 parents 1f81c45 + 163fe63 commit 855275a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/finding-and-customizing-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ steps:
7979
8080
#### Using branches
8181
82-
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`:
82+
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`:
8383

8484
```yaml
8585
steps:

0 commit comments

Comments
 (0)