Skip to content

Commit

Permalink
Break lines correctly in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Sep 7, 2023
1 parent 12257ae commit 0cbd17e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ jobs:
export SMOKE_TEST_PASSED=false
fi
kosli report evidence artifact generic
${{ env.IMAGE }}:${{ inputs.tag }}
--fingerprint ${{ env.FINGERPRINT }}
--name smoke-test
--compliant=$SMOKE_TEST_PASSED
kosli report evidence artifact generic \
${{ env.IMAGE }}:${{ inputs.tag }} \
--fingerprint ${{ env.FINGERPRINT }} \
--name smoke-test \
--compliant=$SMOKE_TEST_PASSED \
--flow cli

0 comments on commit 0cbd17e

Please sign in to comment.