Skip to content

Commit 26c351f

Browse files
committed
Merge branch 'main' of github.com:github/docs-internal into update-new-site-tree-deps
2 parents d1524b1 + 3263e0a commit 26c351f

123 files changed

Lines changed: 2112 additions & 3165 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Before you make your changes, check to see if an [issue exists](https://github.c
1919

2020
If you spot something new, open an issue using a [template](https://github.com/github/docs/issues/new/choose). We'll use the issue to have a conversation about the problem you want to fix.
2121

22+
**Note:** We cannot accept contributions to the [REST API reference documentation](https://docs.github.com/en/rest/reference). If you spot an inaccuracy in the REST API reference documentation, open an issue in the [github/rest-api-description](https://github.com/github/rest-api-description/issues/new?template=schema-inaccuracy.md) repository.
23+
2224
### Ready to make a change? Fork the repo
2325

2426
Fork using GitHub Desktop:
110 KB
Loading
61.8 KB
Loading
70.7 KB
Loading
-26.2 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Loading

assets/images/octicons/search.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/images/octicons/x.svg

Lines changed: 1 addition & 1 deletion
Loading

content/actions/guides/about-packaging-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In addition to uploading packaging artifacts for testing in a continuous integra
4545
* **Publish packages to {% data variables.product.prodname_registry %}**
4646
{% data variables.product.prodname_registry %} can act as a package hosting service for many types of packages. You can choose to share your packages with all of {% data variables.product.prodname_dotcom %}, or private packages to share with collaborators or an organization. For more information, see "[About {% data variables.product.prodname_registry %}](/github/managing-packages-with-github-packages/about-github-packages)."
4747

48-
You may want to publish packages to {% data variables.product.prodname_registry %} on every push into the default branch. This will allow developers on your project to always be able to run and test the latest build out of master easily, by installing it from {% data variables.product.prodname_registry %}.
48+
You may want to publish packages to {% data variables.product.prodname_registry %} on every push into the default branch. This will allow developers on your project to always be able to run and test the latest build out of the main branch easily, by installing it from {% data variables.product.prodname_registry %}.
4949

5050
* **Publish packages to a package registry**
5151
For many projects, publishing to a package registry is performed whenever a new version of a project is released. For example, a project that produces a JAR file may upload new releases to the Maven Central repository. Or, a .NET project may produce a nuget package and upload it to the NuGet Gallery.

content/actions/guides/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ includeGuides:
7070
- /actions/guides/commenting-on-an-issue-when-a-label-is-added
7171
- /actions/guides/moving-assigned-issues-on-project-boards
7272
- /actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column
73+
- /actions/guides/managing-github-actions-with-github-cli
7374

7475
---
7576
<!-- {% link_in_list /about-continuous-integration %} -->
@@ -104,3 +105,4 @@ includeGuides:
104105
<!-- {% link_in_list /commenting-on-an-issue-when-a-label-is-added %} -->
105106
<!-- {% link_in_list /moving-assigned-issues-on-project-boards %} -->
106107
<!-- {% link_in_list /removing-a-label-when-a-card-is-added-to-a-project-board-column %} -->
108+
<!-- {% link_in_list /managing-github-actions-with-github-cli %} -->

0 commit comments

Comments
 (0)