fix(actions): use repo-root nested paths in run-vociferate

This commit is contained in:
Micheal Wilkinson
2026-03-21 15:29:37 +00:00
parent 1a67d8b0e1
commit 60a0e82587

View File

@@ -66,7 +66,7 @@ runs:
- name: Run binary
id: run-binary
if: steps.resolve-runtime.outputs.use_binary == 'true'
uses: ./binary
uses: ./run-vociferate/binary
with:
root: ${{ inputs.root }}
version-file: ${{ inputs.version-file }}
@@ -81,7 +81,7 @@ runs:
- name: Run source
id: run-code
if: steps.resolve-runtime.outputs.use_binary != 'true'
uses: ./code
uses: ./run-vociferate/code
with:
root: ${{ inputs.root }}
version-file: ${{ inputs.version-file }}