Skip to content

Commit e27030d

Browse files
committed
Use a more generic name for event-type
1 parent 2e3d672 commit e27030d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
# Listen to dispatch events through the GitHub API. Can be used to trigger
1212
# this workflow from other repositories / actions.
1313
repository_dispatch:
14-
types: [deploy-pages]
14+
types: [dispatch-event]
1515

1616
# Set permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1717
permissions:

0 commit comments

Comments
 (0)