Skip to content

Commit

Permalink
Fix yaml line continuation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Mar 1, 2024
1 parent cdbe672 commit 7aa662f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Create Kosli Flow
run:
kosli create flow "${{ env.KOSLI_FLOW }}"
--description="Group/Kata model+persistence" \
--description="Group/Kata model+persistence"
--template-file=.kosli.yml

- name: Begin Kosli Trail
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Kosli Flow
run:
kosli create flow "${{ env.KOSLI_FLOW }}"
--description="Group/Kata model+persistence" \
--description="Group/Kata model+persistence"
--template-file=.kosli.yml

- name: Begin Kosli Trail
Expand Down

0 comments on commit 7aa662f

Please sign in to comment.