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 f9a66d4 commit b1cd82bCopy full SHA for b1cd82b
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
environment: Cloud Deploy
20
strategy:
21
matrix:
22
- folder: ${{ fromJson(needs.list-templates.outputs.templates) }}
+ folder: ${{ needs.list-templates.outputs.templates }}
23
fail-fast: false
24
steps:
25
- uses: actions/checkout@v3
0 commit comments