CI: fix indentation.
This commit is contained in:
4
.github/workflows/sub_wrapup.yml
vendored
4
.github/workflows/sub_wrapup.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user