fix(actions): use repo-root nested paths in run-vociferate
This commit is contained in:
@@ -66,7 +66,7 @@ runs:
|
|||||||
- name: Run binary
|
- name: Run binary
|
||||||
id: run-binary
|
id: run-binary
|
||||||
if: steps.resolve-runtime.outputs.use_binary == 'true'
|
if: steps.resolve-runtime.outputs.use_binary == 'true'
|
||||||
uses: ./binary
|
uses: ./run-vociferate/binary
|
||||||
with:
|
with:
|
||||||
root: ${{ inputs.root }}
|
root: ${{ inputs.root }}
|
||||||
version-file: ${{ inputs.version-file }}
|
version-file: ${{ inputs.version-file }}
|
||||||
@@ -81,7 +81,7 @@ runs:
|
|||||||
- name: Run source
|
- name: Run source
|
||||||
id: run-code
|
id: run-code
|
||||||
if: steps.resolve-runtime.outputs.use_binary != 'true'
|
if: steps.resolve-runtime.outputs.use_binary != 'true'
|
||||||
uses: ./code
|
uses: ./run-vociferate/code
|
||||||
with:
|
with:
|
||||||
root: ${{ inputs.root }}
|
root: ${{ inputs.root }}
|
||||||
version-file: ${{ inputs.version-file }}
|
version-file: ${{ inputs.version-file }}
|
||||||
|
|||||||
Reference in New Issue
Block a user