We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95e041 commit f0acc37Copy full SHA for f0acc37
1 file changed
.github/workflows/download.yaml
@@ -65,7 +65,7 @@ jobs:
65
fi
66
67
- name: Validate job outputs stored properly
68
- run: echo "${{ format('Job output is {0})', toJson(steps.verification.outputs.file)) }}"
+ run: echo "${{ format('Job output is {0})', steps.verification.outputs.file) }}"
69
70
- name: Cache the file - to be used in deployment workflow
71
uses: actions/upload-artifact@v4
0 commit comments