Skip to content

Commit

Permalink
Reformat json read
Browse files Browse the repository at this point in the history
  • Loading branch information
etpeterson committed Dec 12, 2023
1 parent dc5cb42 commit 2428908
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<<EOF" >> $GITHUB_OUTPUT
cat tests/IVIMmodels/unit_tests/algorithms.json >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2428908

Please sign in to comment.