Skip to content

Commit fcce626

Browse files
committed
Be explicit about which event we are invoking
1 parent f110a00 commit fcce626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
await github.rest.repos.createDispatchEvent({
3333
owner: '${{ github.repository_owner }}',
3434
repo: '${{ secrets.OPS_REPOSITORY_NAME }}',
35-
event_type: 'trigger-workflow',
35+
event_type: 'deploy-docs',
3636
client_payload: {
3737
"source_repo": "${{ github.repository }}",
3838
"ref": "${{ github.ref }}",

0 commit comments

Comments
 (0)