We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4e075 commit 3002213Copy full SHA for 3002213
.github/workflows/pylint.yml
@@ -25,4 +25,5 @@ jobs:
25
- name: Dump runner context
26
env:
27
RUNNER_CONTEXT: ${{ toJson(runner) }}
28
- run: echo "$RUNNER_CONTEXT"
+ run: |
29
+ echo "$RUNNER_CONTEXT"
0 commit comments