Skip to content

Commit 330f239

Browse files
test
1 parent 0ff9e93 commit 330f239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-lightweight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
steps:
122122
- name: Debug outputs
123123
run: |
124-
echo '${{ fromJSON(needs.meta.outputs.outputs) }}'
125-
echo $'${{ fromJSON(needs.meta.outputs.outputs).sc4s }}'
124+
echo "${{ fromJSON(needs.meta.outputs.outputs) }}"
125+
echo "${{ fromJSON(needs.meta.outputs.outputs).sc4s }}"
126126
127127
fossa-scan:
128128
name: FOSSA scan

0 commit comments

Comments
 (0)