Skip to content

Commit 5837715

Browse files
committed
Print generated matrix for debug purposes
1 parent b64ba12 commit 5837715

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ runs:
2222
id: generate-matrix
2323
shell: bash
2424
run: echo "matrix=$(python3 ${{ github.action_path }}/bin/generate_matrix.py ${{ inputs.docker-username }} ${{ inputs.base-commit }} ${{ inputs.head-commit }})" >> $GITHUB_OUTPUT
25+
- name: List Matrix
26+
shell: bash
27+
run: |
28+
echo ${{ steps.generate-matrix.outputs.matrix }}
2529
- name: Set Run Condition
2630
id: set-run-docker
2731
shell: bash

0 commit comments

Comments
 (0)