Skip to content

Commit 9f8aee9

Browse files
committed
??
1 parent 30ea97c commit 9f8aee9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,15 @@ jobs:
139139
runs-on: ubuntu-latest
140140
steps:
141141
- name: Env
142+
env:
143+
XXXX: ${{ runner.temp }}/foo
142144
run: env
143145
- name: Event data
144146
env:
145147
DATA: ${{ toJson( github ) }}
146148
run: echo $DATA
147149
- name: Event file
148150
run: cat $GITHUB_EVENT_PATH
149-
- name: Runner data
150-
env:
151-
DATA: ${{ toJson( runner ) }}
152-
run: echo $DATA
153151

154152
job2:
155153
name: Job 2 ${{matrix.a}}

0 commit comments

Comments
 (0)