mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 04:56:50 -05:00
Dunno, Double-Quotes?
This commit is contained in:
parent
968530786d
commit
88ca990a0e
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
- name: Debugging steps.meta.outputs.tags
|
- name: Debugging steps.meta.outputs.tags
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: echo ${{ steps.meta.outputs.tags }}
|
run: echo "${{ steps.meta.outputs.tags }}"
|
||||||
- name: Debugging steps.meta.outputs.labels
|
- name: Debugging steps.meta.outputs.labels
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: echo ${{ steps.meta.outputs.labels }}
|
run: echo "${{ steps.meta.outputs.labels }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue