Skip to content

Commit

Permalink
Add dry-run flag to 'begin trail' command (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 14, 2023
1 parent e92fbed commit 68daa02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sub_create_kosli_flow_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
with:
version: ${{ vars.KOSLI_CLI_VERSION }}

- name: Turn on Kosli beta features
run:
kosli enable beta

- name: Create Kosli Flow
run:
kosli create flow2 ${{ env.KOSLI_FLOW }}
Expand All @@ -45,4 +41,4 @@ jobs:

- name: Begin Kosli Trail
run:
kosli begin trail "${GITHUB_SHA}"
kosli begin trail "${GITHUB_SHA}" --dry-run

0 comments on commit 68daa02

Please sign in to comment.