Skip to content

Commit e7cc444

Browse files
fix: remove 'fromJson' from outputs processing (#278)
Co-authored-by: Gustavo Fernandes de Carvalho <17139678+gusfcarvalho@users.noreply.github.com>
1 parent dad8f9e commit e7cc444

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

seed/generate-and-distribute-to-findings-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
dependsOn: ["process"]
3333
loop:
3434
concurrency: 1
35-
range: "{{ .global.jobs.process.destinations.findings | fromJson }}"
35+
range: "{{ .global.jobs.process.destinations.findings }}"
3636
steps:
3737
- name: "pushSecret"
3838
push:

seed/multiple-distribution-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
dependsOn: ["process"]
3636
loop:
3737
concurrency: 1
38-
range: "{{ .global.jobs.process.destinations.stores | fromJson }}"
38+
range: "{{ .global.jobs.process.destinations.stores }}"
3939
steps:
4040
- name: debug pulll
4141
debug:

0 commit comments

Comments
 (0)