mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16: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
|
- name: Set outputs
|
||||||
id: 'set'
|
id: 'set'
|
||||||
env:
|
env:
|
||||||
INPUT_STRIP_V '${{ inputs.strip_v }}'
|
INPUT_STRIP_V: '${{ inputs.strip_v }}'
|
||||||
shell: 'bash'
|
shell: 'bash'
|
||||||
run: |
|
run: |
|
||||||
tag="${GITHUB_REF}"
|
tag="${GITHUB_REF}"
|
||||||
|
Loading…
Reference in New Issue
Block a user