From 24289081f48f742aadb8989b966e6b16f1399b93 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 11 Dec 2023 22:07:30 -0800 Subject: [PATCH] Reformat json read --- .github/workflows/analysis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index fbd662b..3ac35c7 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -14,8 +14,9 @@ jobs: - name: Read algorithms id: read_algorithms run: | - algorithms=$(cat tests/IVIMmodels/unit_tests/algorithms.json) - echo "algorithms=$algorithms" >> $GITHUB_STATE + echo "algorithms<> $GITHUB_OUTPUT + cat tests/IVIMmodels/unit_tests/algorithms.json >> $GITHUB_OUTPUT + echo "EOF" >> $GITHUB_OUTPUT build: runs-on: ubuntu-latest