fix(actions): use repo-local run-vociferate paths
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user