From 3516709f12a89c59a79df0a58ad479e01722348b Mon Sep 17 00:00:00 2001 From: Tony Gardella Date: Tue, 17 Oct 2023 14:17:41 -0400 Subject: [PATCH] change logical in figure area --- .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