Skip to content

Commit

Permalink
chore: fix repo for ecosystem ci in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 28, 2023
1 parent 9a475c6 commit 0d5ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: 'vite-ecosystem-ci',
repo: 'vitest-ecosystem-ci',
workflow_id: 'ecosystem-ci-from-pr.yml',
ref: 'main',
inputs: {
Expand Down

0 comments on commit 0d5ec0f

Please sign in to comment.