feat: read repository base URL from workflow vars

This commit is contained in:
Micheal Wilkinson
2026-03-20 23:52:12 +00:00
parent 6a83abe4db
commit 1959aa33d8
3 changed files with 42 additions and 4 deletions

View File

@@ -142,6 +142,7 @@ runs:
VOCIFERATE_BIN: ${{ steps.resolve-binary.outputs.binary_path }}
USE_BINARY: ${{ steps.resolve-binary.outputs.use_binary }}
INPUT_VERSION: ${{ inputs.version }}
VOCIFERATE_REPOSITORY_URL: ${{ vars.VOCIFERATE_REPOSITORY_URL }}
run: |
set -euo pipefail