Skip to content

Commit 81c7142

Browse files
committed
debug! toJSON
1 parent f9c63d2 commit 81c7142

File tree

1 file changed

+5
-5
lines changed
  • .github/stdlib-workflows/reusable-tox/actions/post-src-checkout

1 file changed

+5
-5
lines changed

.github/stdlib-workflows/reusable-tox/actions/post-src-checkout/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ runs:
2222
}}
2323
- name: Log contexts
2424
run: |
25-
echo github: ${{ github }}
26-
echo inputs: ${{ inputs }}
27-
echo job: ${{ job }}
28-
echo matrix: ${{ matrix }}
29-
echo runner: ${{ runner }}
25+
echo github: ${{ toJSON(github) }}
26+
echo inputs: ${{ toJSON(inputs) }}
27+
echo job: ${{ toJSON(job) }}
28+
echo matrix: ${{ toJSON(matrix) }}
29+
echo runner: ${{ toJSON(runner) }}
3030
shell: bash
3131

3232
...

0 commit comments

Comments
 (0)