Skip to content

Commit e7d5bab

Browse files
committed
fix repo on scheduled runs
1 parent b4552cc commit e7d5bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: inputs.refType == 'branch' || github.event_name == 'schedule'
7070
uses: dawidd6/action-download-artifact@v4
7171
with:
72-
repo: ${{ inputs.repo }}
72+
repo: ${{ github.event_name == 'schedule' && 'vuejs/core' || inputs.repo }}
7373
workflow: upload-packages.yml
7474
branch: ${{ github.event_name == 'schedule' && 'main' || inputs.ref }}
7575
name: packages

0 commit comments

Comments
 (0)