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

@@ -65,7 +65,7 @@ runs:
echo '```' >> ${{ inputs.reportFile }}
echo "Build Log (only built targets reported):" >> ${{ inputs.reportFile }}
echo '```' >> ${{ inputs.reportFile }}
cat ${{ inputs.logFile }} | sed -ne '/Built target/p' >> ${{ inputs.reportFile }}
cat ${{ inputs.logFile }} | sed -ne "/Built target/p" >> ${{ inputs.reportFile }}
echo '```' >> ${{ inputs.reportFile }}
echo "</details>">> ${{ inputs.reportFile }}
echo "" >> ${{ inputs.reportFile }}