Skip to content

Commit

Permalink
Fixed trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Sep 5, 2024
1 parent 93902b8 commit 6c645a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ jobs:
KOSLI_ORG: kosli-public
KOSLI_API_TOKEN: ${{ secrets.kosli_api_token }}
run: |
# only on test on real it is already there
kosli begin trail ${TRAIL_NAME} --flow ${FLOW_NAME}
KOSLI_HOST=${KOSLI_HOST:-https://app.kosli.com}
NEVER_ALONE_TRAIL_LINK="${KOSLI_HOST}/${KOSLI_ORG}/flows/${SOURCE_FLOW_NAME}/trails/${TRAIL_NAME}"
kosli attest generic \
--flow ${FLOW_NAME} \
--trail ${TRAIL_NAME} \
--trail ${TRAIL_NAME} \
--name never-alone-trail \
--annotate never_alone_trail="${NEVER_ALONE_TRAIL_LINK}"
Expand Down

0 comments on commit 6c645a6

Please sign in to comment.