fixup: missing colon

This commit is contained in:
tcely 2025-05-16 05:09:15 -04:00 committed by GitHub
parent 4d179fbd42
commit 7923d03387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ runs:
- name: Set outputs
id: 'set'
env:
INPUT_STRIP_V '${{ inputs.strip_v }}'
INPUT_STRIP_V: '${{ inputs.strip_v }}'
shell: 'bash'
run: |
tag="${GITHUB_REF}"