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 f4f5513 commit bf43deaCopy full SHA for bf43dea
.github/workflows/list-templates.yml
@@ -12,7 +12,7 @@ jobs:
12
id: generate-matrix
13
run: |
14
TEMPLATES="$(find . -not -name '.*' -maxdepth 1 -type d | cut -f2 -d/ | sort | grep -vw chakra_apps | jq -R | jq -s -c)"
15
- echo $TEMPLATES
16
echo "templates=$TEMPLATES" >> $GITHUB_OUTPUT
17
-
18
+ - name: Debug output
+ run: |
+ echo "Templates: ${{ steps.generate-matrix.outputs.templates }}"
0 commit comments