We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f6345 commit 3718a02Copy full SHA for 3718a02
.github/workflows/ecosystem-ci-trigger.yml
@@ -98,7 +98,9 @@ jobs:
98
with:
99
app-id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
100
private-key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
101
- repositories: vite-ecosystem-ci
+ repositories: |
102
+ vite
103
+ vite-ecosystem-ci
104
105
- name: Trigger Preview Release (if Package Not Found)
106
if: fromJSON(steps.check-package.outputs.result).exists == false
0 commit comments