Skip to content

Commit

Permalink
debug! toJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 3, 2025
1 parent f9c63d2 commit 81c7142
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ runs:
}}
- name: Log contexts
run: |
echo github: ${{ github }}
echo inputs: ${{ inputs }}
echo job: ${{ job }}
echo matrix: ${{ matrix }}
echo runner: ${{ runner }}
echo github: ${{ toJSON(github) }}
echo inputs: ${{ toJSON(inputs) }}
echo job: ${{ toJSON(job) }}
echo matrix: ${{ toJSON(matrix) }}
echo runner: ${{ toJSON(runner) }}
shell: bash

...

0 comments on commit 81c7142

Please sign in to comment.