Skip to content

Commit 152d52d

Browse files
committed
Maybe a fix
1 parent 539b6ce commit 152d52d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
algorithms:
1111
runs-on: ubuntu-latest
1212
outputs: # here we use the outputs from steps, and set outputs for the job `configure`
13-
config: ${{ steps.algorithms.outputs.algorithms }}
13+
algorithms: ${{ steps.algorithms.outputs.algorithms }}
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Read algorithms
@@ -23,8 +23,6 @@ jobs:
2323
run: |
2424
echo "${{fromJson(steps.algorithms.outputs.algorithms)}}"
2525
echo "${{fromJson(steps.algorithms.outputs.algorithms).algorithms}}"
26-
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms)}}"
27-
echo "${{fromJson(steps.algorithms.outputs.algorithms.algorithms).algorithms}}"
2826
- name: Log algorithms file
2927
run: cat ./tests/IVIMmodels/unit_tests/algorithms.json
3028

0 commit comments

Comments
 (0)