Skip to content

Commit

Permalink
CI: remove debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 30, 2023
1 parent 8542e92 commit 8f3d206
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sub_create_kosli_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
version: ${{ vars.KOSLI_CLI_VERSION }}

- name: Create Kosli flow
run: |
echo "APPROVER="${{ github.actor }}"
dfsdf
run:
kosli create flow ${{ env.KOSLI_FLOW }}
--description="Diff files from two traffic-lights"
--template=artifact,lint,branch-coverage,snyk-scan

0 comments on commit 8f3d206

Please sign in to comment.