Skip to content

Commit 10844bf

Browse files
authored
Merge pull request #3521 from 0xdevalias/patch-1
fix outdated link in events-that-trigger-workflows.md
2 parents 6afc62a + 83fe9e2 commit 10844bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

607607
{% note %}
608608

609-
**Note:** The webhook payload available to GitHub Actions does not include the `added`, `removed`, and `modified` attributes in the `commit` object. You can retrieve the full commit object using the REST API. For more information, see "[Get a single commit](/rest/reference/repos#get-a-single-commit)"".
609+
**Note:** The webhook payload available to GitHub Actions does not include the `added`, `removed`, and `modified` attributes in the `commit` object. You can retrieve the full commit object using the REST API. For more information, see "[Get a commit](/rest/reference/repos#get-a-commit)".
610610

611611
{% endnote %}
612612

0 commit comments

Comments
 (0)