CI: typo + minor improvement

This commit is contained in:
0penBrain
2023-05-03 15:00:08 +02:00
parent f2d2ae20bc
commit c2fa4793b7
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ runs:
if: always()
shell: bash
run: |
# Printing global result
# Print global result
if [ ${{ job.status }} != "success" ]
then
echo "<details><summary>:fire: C++ tests failed</summary>" >> ${{ inputs.reportFile }}

View File

@@ -59,7 +59,7 @@ jobs:
path: ${{ env.artifactsDownloadDir }}
- name: Save input data to file
run: |
cat > data << EOD
cat > data << "EOD"
${{ inputs.previousSteps }}
EOD
- name: Compute the report