Skip to content

Commit

Permalink
chore: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Dec 28, 2023
1 parent 5151e05 commit 5912d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/test_matrix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ runs:
echo "DEBUG: Image Names: ${image_names[@]}"
# Set matrix outputs as JSON
echo "matrix=$(echo "{\"components\":${components[@]},\"paths\":${paths[@]},\"docker_files\":${docker_files[@]},\"working_dirs\":${working_dirs[@]},\"image_names\":${image_names[@]}}" | jq -c)" >> $GITHUB_OUTPUT
matrix_json="{\"components\":${components[@]},\"paths\":${paths[@]},\"docker_files\":${docker_files[@]},\"working_dirs\":${working_dirs[@]},\"image_names\":${image_names[@]}}"
echo "matrix=$(echo "$matrix_json" | jq -c)" >> $GITHUB_OUTPUT
shell: bash

0 comments on commit 5912d3d

Please sign in to comment.