Skip to content

Commit 2b59c29

Browse files
committed
chore(fix): surround string interpolation with "
1 parent bdba09d commit 2b59c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci+cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
8888
- name: Check image metadata
8989
run: |
90-
echo ${{ steps.meta.outputs.tags }}
91-
echo ${{ steps.meta.outputs.labels }}
90+
echo "${{ steps.meta.outputs.tags }}"
91+
echo "${{ steps.meta.outputs.labels }}"
9292
9393
- name: Build and push Docker image
9494
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)