refactor(actions): nest binary and code runners under run-vociferate/
This commit is contained in:
@@ -66,7 +66,7 @@ runs:
|
||||
- name: Run binary
|
||||
id: run-binary
|
||||
if: steps.resolve-runtime.outputs.use_binary == 'true'
|
||||
uses: ../run-vociferate.binary
|
||||
uses: ./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: ../run-vociferate.code
|
||||
uses: ./code
|
||||
with:
|
||||
root: ${{ inputs.root }}
|
||||
version-file: ${{ inputs.version-file }}
|
||||
|
||||
Reference in New Issue
Block a user