Skip to content

Commit 52bebc3

Browse files
committed
specify workflow
1 parent 7d7a330 commit 52bebc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ecosystem-ci-selected.yml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: dawidd6/action-download-artifact@v4
6868
with:
6969
repo: ${{ inputs.repo }}
70+
workflow: upload-packages.yml
7071
branch: ${{ inputs.ref }}
7172
name: packages
7273
github_token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}
@@ -78,6 +79,7 @@ jobs:
7879
uses: dawidd6/action-download-artifact@v4
7980
with:
8081
repo: ${{ inputs.repo }}
82+
workflow: upload-packages.yml
8183
commit: ${{ inputs.ref }}
8284
name: packages
8385
github_token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)