Skip to content

Commit

Permalink
Never alone: removed trailing white space after backslash (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely authored Aug 2, 2024
1 parent a16758d commit 44bcdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/init_kosli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
kosli attest generic \
--org ${{inputs.kosli_org}} \
--flow ${{inputs.flow_name}} \
--trail ${{inputs.trail_name}} \
--trail ${{inputs.trail_name}} \
--name=never-alone-data \
--compliant=true \
--attachments="${ALL_PRS_FILENAME}"
Expand All @@ -99,7 +99,7 @@ jobs:
kosli attest generic \
--org ${{inputs.kosli_org}} \
--flow ${{inputs.flow_name}} \
--trail ${{inputs.trail_name}} \
--trail ${{inputs.trail_name}} \
--name=never-alone-control \
--compliant=${KOSLI_COMPLIANT} \
--attachments="${FAILED_PRS_FILENAME}"

0 comments on commit 44bcdd5

Please sign in to comment.