Skip to content

Commit 30ea97c

Browse files
committed
?
1 parent 14b4ce3 commit 30ea97c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ jobs:
146146
run: echo $DATA
147147
- name: Event file
148148
run: cat $GITHUB_EVENT_PATH
149+
- name: Runner data
150+
env:
151+
DATA: ${{ toJson( runner ) }}
152+
run: echo $DATA
149153

150154
job2:
151155
name: Job 2 ${{matrix.a}}

0 commit comments

Comments
 (0)