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 7302c82 commit d20f821
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/actions/test_matrix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ runs:
echo "DEBUG: Image Names: ${image_names[@]}"
# Set matrix outputs
echo "::set-output name=matrix::[${components[@]}]"
echo "::set-output name=paths::[${paths[@]}]"
echo "::set-output name=docker_file::[${docker_files[@]}]"
echo "::set-output name=working_dir::[${working_dirs[@]}]"
echo "::set-output name=image_name::[${image_names[@]}]"
echo "matrix=${components[@]}::paths=${paths[@]}::docker_file=${docker_files[@]}::working_dir=${working_dirs[@]}::image_name=${image_names[@]}" >> $GITHUB_ENV
shell: bash

0 comments on commit d20f821

Please sign in to comment.