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 713760d commit ffb068a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/test_matrix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ runs:
echo "DEBUG: Working Directories: ${working_dirs[@]}"
echo "DEBUG: Image Names: ${image_names[@]}"
# Set matrix outputs as JSON
# Set matrix outputs as JSON
echo "::set-output name=matrix::$(echo "{\"components\":${components[@]},\"paths\":${paths[@]},\"docker_files\":${docker_files[@]},\"working_dirs\":${working_dirs[@]},\"image_names\":${image_names[@]}}" | jq -c)"
Expand Down

0 comments on commit ffb068a

Please sign in to comment.