CI: fix indentation.

This commit is contained in:
Jacob Oursland
2023-11-30 18:30:47 -07:00
parent b0a32ee2e7
commit febabab55c

View File

@@ -83,8 +83,8 @@ jobs:
echo "### $icon $step step" >> report.md
if [ $result == 'skipped' ]
then
echo "Step was skipped, no report was generated" | tee -a report.md
continue
echo "Step was skipped, no report was generated" | tee -a report.md
continue
elif [ $result == 'cancelled' ]
then
echo "Step was cancelled when executing, report may be incomplete" | tee -a report.md