Skip to content

Commit bf43dea

Browse files
committed
debug output
1 parent f4f5513 commit bf43dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/list-templates.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id: generate-matrix
1313
run: |
1414
TEMPLATES="$(find . -not -name '.*' -maxdepth 1 -type d | cut -f2 -d/ | sort | grep -vw chakra_apps | jq -R | jq -s -c)"
15-
echo $TEMPLATES
1615
echo "templates=$TEMPLATES" >> $GITHUB_OUTPUT
17-
18-
16+
- name: Debug output
17+
run: |
18+
echo "Templates: ${{ steps.generate-matrix.outputs.templates }}"

0 commit comments

Comments
 (0)