Skip to content

Commit b64ba12

Browse files
committedJun 30, 2024
Update action path
1 parent 34f247c commit b64ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
- name: Generate Matrix
2222
id: generate-matrix
2323
shell: bash
24-
run: echo "matrix=$(python3 bin/generate_matrix.py ${{ inputs.docker-username }} ${{ inputs.base-commit }} ${{ inputs.head-commit }})" >> $GITHUB_OUTPUT
24+
run: echo "matrix=$(python3 ${{ github.action_path }}/bin/generate_matrix.py ${{ inputs.docker-username }} ${{ inputs.base-commit }} ${{ inputs.head-commit }})" >> $GITHUB_OUTPUT
2525
- name: Set Run Condition
2626
id: set-run-docker
2727
shell: bash

0 commit comments

Comments
 (0)
Please sign in to comment.