Skip to content

Commit

Permalink
Print generated matrix for debug purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 committed Jun 30, 2024
1 parent b64ba12 commit 5837715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ runs:
id: generate-matrix
shell: bash
run: echo "matrix=$(python3 ${{ github.action_path }}/bin/generate_matrix.py ${{ inputs.docker-username }} ${{ inputs.base-commit }} ${{ inputs.head-commit }})" >> $GITHUB_OUTPUT
- name: List Matrix
shell: bash
run: |
echo ${{ steps.generate-matrix.outputs.matrix }}
- name: Set Run Condition
id: set-run-docker
shell: bash
Expand Down

0 comments on commit 5837715

Please sign in to comment.