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

@@ -164,7 +164,7 @@ runs:
- name: Extract changelog unreleased entries
id: extract-changelog
if: steps.changelog-file.outputs.exists == 'true'
uses: ./../run-vociferate
uses: ./run-vociferate
with:
root: ${{ github.workspace }}
changelog: ${{ inputs.changelog }}