From febabab55c39d12a700d49153011e2f570dd811e Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Thu, 30 Nov 2023 18:30:47 -0700 Subject: [PATCH] CI: fix indentation. --- .github/workflows/sub_wrapup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sub_wrapup.yml b/.github/workflows/sub_wrapup.yml index f6a7634129..5bf7ee5d7e 100644 --- a/.github/workflows/sub_wrapup.yml +++ b/.github/workflows/sub_wrapup.yml @@ -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