fix(actions): mark nested run-vociferate refs as local 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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user