Skip to content

Commit ecf6d3f

Browse files
committed
fix bug
1 parent 42d5a78 commit ecf6d3f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

steps/validate-writeup.cwl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ inputs:
2121
prefix: --admin
2222
- id: synapse_config
2323
type: File
24-
- id: output_file
25-
type: string
2624

2725
outputs:
2826
- id: results
2927
type: File
3028
outputBinding:
31-
glob: $(inputs.output_file)
29+
glob: results.json
3230
- id: status
3331
type: string
3432
outputBinding:
@@ -48,7 +46,8 @@ arguments:
4846
valueFrom: $(inputs.synapse_config.path)
4947
- valueFrom: validate-project
5048
- valueFrom: $(inputs.submissionid)
51-
- prefix: -o
49+
- valueFrom: $(inputs.challengewiki)
50+
- prefix: --output
5251
valueFrom: results.json
5352

5453
hints:

0 commit comments

Comments
 (0)