Skip to content

Commit

Permalink
CI: add missing checkout action (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 14, 2023
1 parent 424300d commit 5d2c0ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sub_create_kosli_flow_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
create-kosli-flow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Kosli CLI
uses: kosli-dev/setup-cli-action@v2
with:
version: ${{ vars.KOSLI_CLI_VERSION }}

- name: Create Kosli Flow
run: |
pwd
ls -al
kosli create flow2 ${{ env.KOSLI_FLOW }} \
--description="UX for a group practice dashboard" \
run:
kosli create flow2 ${{ env.KOSLI_FLOW }}
--description="UX for a group practice dashboard"
--template-file=.kosli.yml

- name: Begin Kosli Trail
Expand Down

0 comments on commit 5d2c0ab

Please sign in to comment.