Skip to content

Commit 09aaf2c

Browse files
izuzakchiedolecoursen
authored
Remove unnecessary word / typo (#17007)
Fixes github/docs-content#3097 Co-authored-by: Chiedo John <[email protected]> Co-authored-by: Laura Coursen <[email protected]>
1 parent f45fe4b commit 09aaf2c

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 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`:
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`:
8383

8484
```yaml
8585
steps:

0 commit comments

Comments
 (0)