Skip to content

Commit 4263e05

Browse files
authored
Merge pull request #17895 from github/repo-sync
repo sync
2 parents 7038561 + 4809ead commit 4263e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/actions/using-workflows/events-that-trigger-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ on:
10511051

10521052
{% endnote %}
10531053

1054-
Runs your workflow when release activity in your repository occurs. For information about the release APIs, see "[Release](/graphql/reference/objects#release)" in the GraphQL API documentation or "[Releases](/rest/reference/repos#releases)" in the REST API documentation.
1054+
Runs your workflow when release activity in your repository occurs. For information about the release APIs, see "[Release](/graphql/reference/objects#release)" in the GraphQL API documentation or "[Releases](/rest/reference/releases)" in the REST API documentation.
10551055

10561056
For example, you can run a workflow when a release has been `published`.
10571057

content/repositories/releasing-projects-on-github/about-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If a release fixes a security vulnerability, you should publish a security advis
4747
You can view the **Dependents** tab of the dependency graph to see which repositories and packages depend on code in your repository, and may therefore be affected by a new release. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)."
4848
{% endif %}
4949

50-
You can also use the Releases API to gather information, such as the number of times people download a release asset. For more information, see "[Releases](/rest/reference/repos#releases)."
50+
You can also use the Releases API to gather information, such as the number of times people download a release asset. For more information, see "[Releases](/rest/reference/releases)."
5151

5252
{% ifversion fpt or ghec %}
5353
## Storage and bandwidth quotas

0 commit comments

Comments
 (0)