Skip to content

Commit 435af29

Browse files
authored
Merge pull request github#19584 from github/repo-sync
repo sync
2 parents c70a1b1 + 593c903 commit 435af29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/github/administering-a-repository/managing-branches-in-your-repository/renaming-a-branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When you rename a branch on {% data variables.product.product_location %}, any U
1818

1919
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.
2020

21-
{% 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.
21+
{% 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.
2222

2323
### Renaming a branch
2424

content/github/writing-on-github/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /articles/github-flavored-markdown/
66
- /articles/writing-on-github/
77
- /categories/writing-on-github
8+
intro: 'You can structure the information shared on {% data variables.product.product_name %} with various formatting options.'
89
versions:
910
free-pro-team: '*'
1011
enterprise-server: '*'
@@ -15,4 +16,3 @@ children:
1516
- /working-with-saved-replies
1617
- /editing-and-sharing-content-with-gists
1718
---
18-

0 commit comments

Comments
 (0)