Skip to content

Commit 6da68ce

Browse files
authored
Fix GITHUB.SHA and GITHUB.REF for repository_dispatch (#1493)
1 parent daf9eaf commit 6da68ce

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
@@ -139,7 +139,7 @@ jobs:
139139

140140
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
141141
| ------------------ | ------------ | ------------ | ------------------|
142-
| [repository_dispatch](/webhooks/event-payloads/#repository_dispatch) | n/a | Last commit on the `GITHUB_REF` branch | Branch that received dispatch |
142+
| [repository_dispatch](/webhooks/event-payloads/#repository_dispatch) | n/a | Last commit on default branch | Default branch |
143143

144144
{% data reusables.github-actions.branch-requirement %}
145145

0 commit comments

Comments
 (0)