Skip to content

Commit be4e075

Browse files
committed
* capturing runner context instead
1 parent 9c7c756 commit be4e075

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pylint.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
- name: Analysing the code with pylint
2323
run: |
2424
pylint $(git ls-files '*.py')
25-
- name: output info
26-
run: uname -a
25+
- name: Dump runner context
26+
env:
27+
RUNNER_CONTEXT: ${{ toJson(runner) }}
28+
run: echo "$RUNNER_CONTEXT"

0 commit comments

Comments
 (0)