fix(actions): mark nested run-vociferate refs as local paths

This commit is contained in:
Micheal Wilkinson
2026-03-21 15:20:03 +00:00
parent 72abf37b2d
commit 32327c6d72
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ runs:
- name: Extract release notes
id: extract-notes
uses: ../run-vociferate
uses: ./../run-vociferate
with:
root: ${{ github.workspace }}
changelog: ${{ inputs.changelog }}