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 b4552cc commit e7d5babCopy full SHA for e7d5bab
.github/workflows/ecosystem-ci.yml
@@ -69,7 +69,7 @@ jobs:
69
if: inputs.refType == 'branch' || github.event_name == 'schedule'
70
uses: dawidd6/action-download-artifact@v4
71
with:
72
- repo: ${{ inputs.repo }}
+ repo: ${{ github.event_name == 'schedule' && 'vuejs/core' || inputs.repo }}
73
workflow: upload-packages.yml
74
branch: ${{ github.event_name == 'schedule' && 'main' || inputs.ref }}
75
name: packages
0 commit comments