Skip to content
Snippets Groups Projects
Commit bef8bd50 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix key in dict

parent 567e10a8
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ outputs:
type: string[]
outputBinding:
glob: output.txt
outputEval: $(JSON.parse(self[0].contents)['fixable'])
outputEval: $(JSON.parse(self[0].contents)['fixable_issues'])
loadContents: true
- id: unfixable_issues
type: string[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment