We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f83e5b commit 00bbdc4Copy full SHA for 00bbdc4
.github/actions/combine-repos-action/action.yaml
@@ -26,7 +26,7 @@ runs:
26
27
- name: Combine repos files
28
run: |
29
- python "${{ github.action_path }}/scripts/combine-repos.py" \
+ python "${{ github.action_path }}/combine-repos.py" \
30
--base "${{ inputs.base_file }}" \
31
--overlay "${{ inputs.overlay_file }}" \
32
--output "${{ inputs.output_file }}"
0 commit comments