Skip to content

Commit 00bbdc4

Browse files
committed
fix action path
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 8f83e5b commit 00bbdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/combine-repos-action/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626

2727
- name: Combine repos files
2828
run: |
29-
python "${{ github.action_path }}/scripts/combine-repos.py" \
29+
python "${{ github.action_path }}/combine-repos.py" \
3030
--base "${{ inputs.base_file }}" \
3131
--overlay "${{ inputs.overlay_file }}" \
3232
--output "${{ inputs.output_file }}"

0 commit comments

Comments
 (0)