Skip to content

Commit b73e416

Browse files
authored
Merge pull request github#20125 from jmezzacappa/patch-2
Fix link to GraphQL "status" documentation
2 parents b9b68e0 + b3418f8 commit b73e416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -1191,7 +1191,7 @@ Notifications for scheduled workflows are sent to the user who last modified the
11911191
11921192
{% data reusables.actions.branch-requirement %}
11931193
1194-
Runs your workflow when the status of a Git commit changes. For example, commits can be marked as `error`, `failure`, `pending`, or `success`. If you want to provide more details about the status change, you may want to use the [`check_run`](#check_run) event. For information about the commit status APIs, see "[Status](/graphql/reference/objects#statue)" in the GraphQL API documentation or "[Statuses](/rest/reference/commits#commit-statuses)" in the REST API documentation.
1194+
Runs your workflow when the status of a Git commit changes. For example, commits can be marked as `error`, `failure`, `pending`, or `success`. If you want to provide more details about the status change, you may want to use the [`check_run`](#check_run) event. For information about the commit status APIs, see "[Status](/graphql/reference/objects#status)" in the GraphQL API documentation or "[Statuses](/rest/reference/commits#commit-statuses)" in the REST API documentation.
11951195
11961196
For example, you can run a workflow when the `status` event occurs.
11971197

0 commit comments

Comments
 (0)