Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit ec5f0f7

Browse files
authored
Update import_packages.yml
1 parent 65da10d commit ec5f0f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/import_packages.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ jobs:
3030
git lfs install
3131
git lfs pull
3232
33+
- name: Download json data
34+
id: download-json-data
35+
uses: dawidd6/action-download-artifact@v7
36+
with:
37+
github_token: ${{ github.token }}
38+
repo: stacklok/codegate-data
39+
workflow: ".github/workflows/generate-artifact.yml"
40+
workflow_conclusion: success
41+
name: jsonl-files
42+
path: /tmp/
43+
name_is_regexp: true
44+
skip_unpack: false
45+
if_no_artifact_found: ignore
46+
3347
- name: Download artifact
3448
if: ${{ github.event.inputs.enable_artifact_download == 'true' }}
3549
id: download-artifact

0 commit comments

Comments
 (0)