We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64ba12 commit 5837715Copy full SHA for 5837715
action.yml
@@ -22,6 +22,10 @@ runs:
22
id: generate-matrix
23
shell: bash
24
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 }}
29
- name: Set Run Condition
30
id: set-run-docker
31
0 commit comments