mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
fixup: missing colon
This commit is contained in:
parent
4d179fbd42
commit
7923d03387
2
.github/actions/get-tag/action.yml
vendored
2
.github/actions/get-tag/action.yml
vendored
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user