Skip to content

Commit

Permalink
Merge pull request #24 from cyber-dojo/remove-create-flow-begin-trail
Browse files Browse the repository at this point in the history
Remove create-flow and begin-trail commands
  • Loading branch information
JonJagger committed Aug 26, 2024
2 parents 82e559c + c959948 commit a6b25a6
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="Custom exercises choices"
--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 a6b25a6

Please sign in to comment.