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 cbfe3e2 commit bb8aa6aCopy full SHA for bb8aa6a
.github/actions/compile/action.yml
@@ -44,10 +44,10 @@ runs:
44
shell: bash
45
if: runner.debug
46
run: |
47
- echo "${{ toJson(env) }}"
48
- echo "${{ toJson(github )}}"
49
- echo "${{ toJson(job) }}"
50
- echo "${{ toJson(steps) }}"
+ echo '${{ toJson(env) }}'
+ echo '${{ toJson(github) }}'
+ echo '${{ toJson(job) }}'
+ echo '${{ toJson(steps) }}'
51
printenv
52
53
- name: Set KSP_ROOT
0 commit comments