Skip to content

Commit d0b882a

Browse files
Update main.yml
1 parent abb778e commit d0b882a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
instance: [0, 1, 2, 3]
99
steps:
10-
- run: ip route get 1
10+
- run: ip route get 1 | awk '{print $(NF-2);exit}'
1111
if: matrix.instance == 0
1212
- run: echo worker
1313
if: matrix.instance != 0

0 commit comments

Comments
 (0)