Skip to content

Commit b1cd82b

Browse files
committed
try without fromJSON
1 parent f9a66d4 commit b1cd82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: Cloud Deploy
2020
strategy:
2121
matrix:
22-
folder: ${{ fromJson(needs.list-templates.outputs.templates) }}
22+
folder: ${{ needs.list-templates.outputs.templates }}
2323
fail-fast: false
2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)