From 220faf6fc177afd7d65fcc30c93c64cf4a988c70 Mon Sep 17 00:00:00 2001 From: Tony Gardella <107498872+tonygard-indecon@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:47:19 -0400 Subject: [PATCH] Update test_fredi.yml make boolean check true --- .github/workflows/test_fredi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_fredi.yml b/.github/workflows/test_fredi.yml index a8a8ef08..372204ab 100644 --- a/.github/workflows/test_fredi.yml +++ b/.github/workflows/test_fredi.yml @@ -137,7 +137,7 @@ jobs: - name: Upload Tests if: | - inputs.run_tests == 'yes' + inputs.run_tests == 'true' uses: actions/upload-artifact@v3 with: name: Test Data @@ -147,7 +147,7 @@ jobs: - name: Upload Report Figures if: | - inputs.make_figures == 'yes' + inputs.make_figures == 'true' uses: actions/upload-artifact@v3 with: name: Report Data