Skip to content

Commit f904115

Browse files
committed
Refactor build-dev-container.yaml to include FOLDERS_JSON output
- Add echo statement to display FOLDERS_JSON value - Include FOLDERS_JSON in the matrix output
1 parent 27cb087 commit f904115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-dev-container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
FOLDERS=${FOLDERS//\//} # remove trailing slashes
2222
FOLDERS=${FOLDERS//templates\//} # remove leading 'templates/'
2323
FOLDERS_JSON=$(echo "$FOLDERS" | jq -R -s -c 'split("\n")[:-1]')
24+
echo "FOLDERS_JSON: $FOLDERS_JSON"
2425
echo "::set-output name=matrix::${FOLDERS_JSON}"
26+
2527
build:
2628
runs-on: ubuntu-latest
2729
strategy:

0 commit comments

Comments
 (0)