We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cd82b commit f4f5513Copy full SHA for f4f5513
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
environment: Cloud Deploy
20
strategy:
21
matrix:
22
- folder: ${{ needs.list-templates.outputs.templates }}
+ folder: ${{ fromJSON(needs.list-templates.outputs.templates) }}
23
fail-fast: false
24
steps:
25
- uses: actions/checkout@v3
0 commit comments