We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff9e93 commit 330f239Copy full SHA for 330f239
.github/workflows/reusable-lightweight.yml
@@ -121,8 +121,8 @@ jobs:
121
steps:
122
- name: Debug outputs
123
run: |
124
- echo '${{ fromJSON(needs.meta.outputs.outputs) }}'
125
- echo $'${{ fromJSON(needs.meta.outputs.outputs).sc4s }}'
+ echo "${{ fromJSON(needs.meta.outputs.outputs) }}"
+ echo "${{ fromJSON(needs.meta.outputs.outputs).sc4s }}"
126
127
fossa-scan:
128
name: FOSSA scan
0 commit comments