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

Commit 337a371

Browse files
Add setup step for Kosli CLI in output job of multi-trail artifact workflow
1 parent a6fffc3 commit 337a371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/multi-trail-artifact.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
runs-on: ubuntu-latest
5353
needs: build
5454
steps:
55+
- name: setup-kosli-cli
56+
uses: kosli-dev/setup-cli-action@v2
5557
- name: Check Kosli Output
5658
run: |
5759
kosli get trail -o json ${GIT_COMMIT} > data.json

0 commit comments

Comments
 (0)