CI: uniformize sed usage

This commit is contained in:
0penBrain
2023-02-16 11:58:39 +01:00
committed by Chris Hennes
parent 551e70f3bb
commit 6316fed5d9
4 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ runs:
echo "" >> ${{ inputs.reportFile }}
echo "Configure Log (only final configuration values reported):" >> ${{ inputs.reportFile }}
echo '```' >> ${{ inputs.reportFile }}
cat ${{ inputs.logFile }} | sed -ne '/^ *==/,/^====/p' >> ${{ inputs.reportFile }}
cat ${{ inputs.logFile }} | sed -ne "/^ *==/,/^====/p" >> ${{ inputs.reportFile }}
echo '```' >> ${{ inputs.reportFile }}
echo "</details>">> ${{ inputs.reportFile }}
echo "" >> ${{ inputs.reportFile }}