Skip to content

Commit

Permalink
Fix GITHUB.SHA and GITHUB.REF for repository_dispatch (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
ba32107 authored Dec 14, 2020
1 parent daf9eaf commit 6da68ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/actions/reference/events-that-trigger-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

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

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

Expand Down

0 comments on commit 6da68ce

Please sign in to comment.