Skip to content

Commit 21a3d3c

Browse files
committed
Escape markdown symbols
1 parent 7f86b12 commit 21a3d3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/run_testsuite_workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
echo "systemtests --build_args=${{inputs.build_args}} --suites=${{ inputs.suites}}"
3939
- name: Prepare the Markdown step summary
4040
run: |
41-
echo "Initiated by: @${{ github.actor }}" >> $GITHUB_STEP_SUMMARY
42-
echo "Test suites: `${{ inputs.suites}}`" >> $GITHUB_STEP_SUMMARY
43-
echo "System tests branch: [`${{ inputs.systests_branch }}`](https://github.com/precice/tutorials/tree/${{ inputs.systests_branch }})" >> $GITHUB_STEP_SUMMARY
44-
echo "Uploading the runs folder on success: `${{ inputs.upload_artifacts }}`" >> $GITHUB_STEP_SUMMARY
45-
echo "Running the following command:" >> $GITHUB_STEP_SUMMARY
46-
echo "```\nsystemtests --build_args=${{inputs.build_args}} --suites=${{ inputs.suites}}\n```" >> $GITHUB_STEP_SUMMARY
41+
echo "- Initiated by: @${{ github.actor }}" >> $GITHUB_STEP_SUMMARY
42+
echo "- Test suites: \`${{ inputs.suites}}\`" >> $GITHUB_STEP_SUMMARY
43+
echo "- System tests branch: [\`${{ inputs.systests_branch }}\`](https://github.com/precice/tutorials/tree/${{ inputs.systests_branch }})" >> $GITHUB_STEP_SUMMARY
44+
echo "- Uploading the runs folder on success: \`${{ inputs.upload_artifacts }}`\" >> $GITHUB_STEP_SUMMARY
45+
echo "\nRunning the following command:" >> $GITHUB_STEP_SUMMARY
46+
echo "\`\`\`\nsystemtests --build_args=${{inputs.build_args}} --suites=${{ inputs.suites}}\n\`\`\`" >> $GITHUB_STEP_SUMMARY
4747
- name: Move LFS URL to local LFS server
4848
run: |
4949
/home/precice/runners_root/scripts/make_lfs_local.sh

0 commit comments

Comments
 (0)