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 8237925 commit 8041a5aCopy full SHA for 8041a5a
.github/workflows/list-templates.yml
@@ -12,6 +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
+ TEMPLATES=$(echo "$TEMPLATES" | jq -c '.') # Ensure valid JSON format
16
echo "templates=$TEMPLATES" >> $GITHUB_OUTPUT
17
- name: Debug output
18
0 commit comments