Skip to content

Commit

Permalink
Fix Github action (#8671)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Nov 15, 2024
1 parent 6db1e94 commit 58fa272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-connectors-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
with:
github-token: ${{ steps.generate-token.outputs.token }}
script: |
await github.rest.repos.createDispatchEvent({
owner: context.repo.owner,,
await github.rest.repos.createWorkflowDispatch({
owner: context.repo.owner,
repo: 'dust-infra',
event_type: 'trigger-component-deploy',
workflow_id: 'deploy.yaml',
Expand Down

0 comments on commit 58fa272

Please sign in to comment.