Skip to content

Commit

Permalink
chore: fix ecosystem repoitory
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 28, 2023
1 parent 42ad17a commit 9a475c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
app_id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
private_key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
repository: "${{ github.repository_owner }}/vite-ecosystem-ci"
repository: "${{ github.repository_owner }}/vitest-ecosystem-ci"

Check failure on line 68 in .github/workflows/ecosystem-ci-trigger.yml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
- uses: actions/github-script@v6
id: trigger
env:
Expand Down

0 comments on commit 9a475c6

Please sign in to comment.