We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b65ac commit a4cec81Copy full SHA for a4cec81
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: List of Codee files
28
shell: bash
29
run: |
30
- echo "Contents of /tmp/codee/:"
+ echo "Contents of ${RUNNER_TEMP}/codee/:"
31
ls -la ${RUNNER_TEMP}/codee/
32
33
- name: Check Codee binary (bash)
0 commit comments