Skip to content

Commit 8d76233

Browse files
authored
Merge pull request #453 from common-workflow-language/fix-conflicting-ids
fix conflicting IDs
2 parents 15a7d51 + 3496956 commit 8d76233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/cwlsite.cwl

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ outputs:
3535
outputSource: merge/dir
3636
report:
3737
type: File
38-
outputSource: report/out
38+
outputSource: generate_report/out
3939

4040
requirements:
4141
- class: ScatterFeatureRequirement
@@ -97,7 +97,7 @@ steps:
9797
out: [dir]
9898
run: mergesecondary.cwl
9999

100-
report:
100+
generate_report:
101101
in:
102102
inp: merge/dir
103103
target: { default: "linkchecker-report.txt"}

0 commit comments

Comments
 (0)