1
0
mirror of synced 2026-01-30 15:01:41 -05:00

Merge pull request #6774 from pdurbin/patch-1

typo: "banch"
This commit is contained in:
Janice
2021-05-26 17:45:13 -07:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ When you rename a branch on {% data variables.product.product_location %}, any U
Although file URLs are automatically redirected, raw file URLs are not redirected. Also, {% data variables.product.prodname_dotcom %} does not perform any redirects if users perform a `git pull` for the previous branch name.
{% data variables.product.prodname_actions %} workflows do not follow renames, so if your repository publishes an action, anyone using that action with `@{old-branch-name}` will break. You should consider adding a new branch with the original content plus an additional commit reporting that the banch name is deprecated and suggesting that users migrate to the new branch name.
{% data variables.product.prodname_actions %} workflows do not follow renames, so if your repository publishes an action, anyone using that action with `@{old-branch-name}` will break. You should consider adding a new branch with the original content plus an additional commit reporting that the branch name is deprecated and suggesting that users migrate to the new branch name.
### Renaming a branch