mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 11:12:06 -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}}
|
||||
- name: Debugging steps.meta.outputs.tags
|
||||
shell: /bin/ash -e {0}
|
||||
run: echo ${{ steps.meta.outputs.tags }}
|
||||
run: echo "${{ steps.meta.outputs.tags }}"
|
||||
- name: Debugging steps.meta.outputs.labels
|
||||
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