Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Oct 5, 2024
1 parent 30fbbbd commit ee5c33c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/service_docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
echo "ansible-version-map-json=${MATRIX_JSON}" >> $GITHUB_OUTPUT
echo "${MATRIX_JSON}" | jq '.'
- name: Debug - Print matrix JSON
run: |
echo '${{ toJson(steps.get-ansible-versions.outputs.ansible-version-map-json) }}'
build-and-push:
needs: setup-matrix
runs-on: ubuntu-24.04
Expand Down

0 comments on commit ee5c33c

Please sign in to comment.