fix(ci): correct syntax errors in Gitea workflows
Quote shell variable assignment in auto-release to prevent word splitting and fix whitespace typo in matrix reference (`matrix .yq-os` → `matrix.yq-os`) in install-yq workflow. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -38,6 +38,6 @@ jobs:
|
||||
YQ_ARCH: ${{ matrix.yq-arch }}
|
||||
YQ_BINARY_NAME: ${{ inputs.yq-binary-name }}
|
||||
YQ_DOWNLOAD_URL: ${{ inputs.yq-download-url }}
|
||||
YQ_OS: ${{ matrix .yq-os }}
|
||||
YQ_OS: ${{ matrix.yq-os }}
|
||||
YQ_VERSION: ${{ inputs.yq-version }}
|
||||
run: ./install-yq.sh
|
||||
Reference in New Issue
Block a user