We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76f157 commit d0570d1Copy full SHA for d0570d1
.github/workflows/main.yml
@@ -7,4 +7,4 @@ jobs:
7
- run: |
8
set -x
9
echo ${{ github.job }}
10
- jq . ${{ github.event_path }}
+ jq . <<< '${{ toJSON(runner) }}'
0 commit comments