Skip to content

Commit 37bdbe4

Browse files
committed
Reformat json read
1 parent 8b2b643 commit 37bdbe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
- name: Read algorithms
1515
id: read_algorithms
1616
run: |
17-
algorithms=$(cat tests/IVIMmodels/unit_tests/algorithms.json)
18-
echo "algorithms=$algorithms" >> $GITHUB_STATE
17+
echo "algorithms<<EOF" >> $GITHUB_OUTPUT
18+
cat tests/IVIMmodels/unit_tests/algorithms.json >> $GITHUB_OUTPUT
19+
echo "EOF" >> $GITHUB_OUTPUT
1920
2021
build:
2122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)