fix(actions): use repo-local run-vociferate paths

This commit is contained in:
Micheal Wilkinson
2026-03-21 15:26:29 +00:00
parent c05a1c48cb
commit 1a78209408
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ runs:
- name: Recommend version
id: recommend-version
if: steps.normalize-version.outputs.value == ''
uses: ./../run-vociferate
uses: ./run-vociferate
with:
root: ${{ github.workspace }}
version-file: ${{ inputs.version-file }}
@@ -102,7 +102,7 @@ runs:
printf 'value=%s\n' "$(date -u +%F)" >> "$GITHUB_OUTPUT"
- name: Prepare release files
uses: ./../run-vociferate
uses: ./run-vociferate
with:
root: ${{ github.workspace }}
version-file: ${{ inputs.version-file }}