We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3d672 commit e27030dCopy full SHA for e27030d
.github/workflows/deploy-pages.yml
@@ -11,7 +11,7 @@ on:
11
# Listen to dispatch events through the GitHub API. Can be used to trigger
12
# this workflow from other repositories / actions.
13
repository_dispatch:
14
- types: [deploy-pages]
+ types: [dispatch-event]
15
16
# Set permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
permissions:
0 commit comments