Skip to content

Commit

Permalink
Update action path
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 committed Jun 30, 2024
1 parent 34f247c commit b64ba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
- name: Generate Matrix
id: generate-matrix
shell: bash
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
- name: Set Run Condition
id: set-run-docker
shell: bash
Expand Down

0 comments on commit b64ba12

Please sign in to comment.