Skip to content

Commit 1d8f842

Browse files
committed
Fix linebreaks in summary
1 parent 7b8ff40 commit 1d8f842

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,6 @@ jobs:
134134
retry -t 5 -- /bin/bash -c 'aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/diag-nijmegen/grand-challenge/web-test-base'
135135
retry -t 5 -- make push_web_test_base
136136
- name: Create Summary
137-
run: echo "## Container Tag\n\`$(make container_tag)\`\n" >> $GITHUB_STEP_SUMMARY
137+
run: |
138+
echo "## Container Tag" >> $GITHUB_STEP_SUMMARY
139+
echo "\`$(make container_tag)\`" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)