Skip to content

Commit 81c344b

Browse files
committed
More debugging
1 parent 3697f54 commit 81c344b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/download.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
run: echo "nonEmpty=$(test -s index.html)" >> "$GITHUB_OUTPUT"
6060

6161
- name: Validate job outputs store properly
62-
run: echo "Value of file.nonEmpty is:$(${{steps.verification.outputs.file}}&& true && echo " non-empty" || echo " empty")"
62+
env:
63+
test_value: ${{steps.verification.outputs.file}}
64+
run: echo "Value of file.nonEmpty is ($test_value && true && echo "non-empty" || echo "empty")"
6365

6466
- name: Cache the file - to be used in deployment workflow
6567
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)