From 88ca990a0e064511aa1269d535a35907a254f0b9 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 4 Feb 2024 10:39:01 -0500 Subject: [PATCH] Dunno, Double-Quotes? --- .forgejo/workflows/debugging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/debugging.yml b/.forgejo/workflows/debugging.yml index 1042fea..80f24a8 100644 --- a/.forgejo/workflows/debugging.yml +++ b/.forgejo/workflows/debugging.yml @@ -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 }}"