Skip to content

Commit

Permalink
Remove create-flow and begin-trail commands (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger authored Aug 26, 2024
1 parent 9ab2adb commit 7856ae8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@ jobs:
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:
kosli create flow "${{ env.KOSLI_FLOW }}"
--description="UX for practicing TDD"
--template-file=.kosli.yml

- name: Begin Kosli Trail
run:
kosli begin trail "${{ env.KOSLI_TRAIL }}"
--description="$(git log -1 --pretty='%aN - %s')"

- name: Set outputs
id: variables
run: |
Expand Down

0 comments on commit 7856ae8

Please sign in to comment.