Skip to content

Commit bb8aa6a

Browse files
authored
compile: maybe fix syntax errors when debug mode is on?
1 parent cbfe3e2 commit bb8aa6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/compile/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ runs:
4444
shell: bash
4545
if: runner.debug
4646
run: |
47-
echo "${{ toJson(env) }}"
48-
echo "${{ toJson(github )}}"
49-
echo "${{ toJson(job) }}"
50-
echo "${{ toJson(steps) }}"
47+
echo '${{ toJson(env) }}'
48+
echo '${{ toJson(github) }}'
49+
echo '${{ toJson(job) }}'
50+
echo '${{ toJson(steps) }}'
5151
printenv
5252
5353
- name: Set KSP_ROOT

0 commit comments

Comments
 (0)