We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f247c commit b64ba12Copy full SHA for b64ba12
action.yml
@@ -21,7 +21,7 @@ runs:
21
- name: Generate Matrix
22
id: generate-matrix
23
shell: bash
24
- run: echo "matrix=$(python3 bin/generate_matrix.py ${{ inputs.docker-username }} ${{ inputs.base-commit }} ${{ inputs.head-commit }})" >> $GITHUB_OUTPUT
+ run: echo "matrix=$(python3 ${{ github.action_path }}/bin/generate_matrix.py ${{ inputs.docker-username }} ${{ inputs.base-commit }} ${{ inputs.head-commit }})" >> $GITHUB_OUTPUT
25
- name: Set Run Condition
26
id: set-run-docker
27
0 commit comments