Skip to content

Commit 46ace8f

Browse files
committed
Add forgotten send
1 parent 2d0aaa2 commit 46ace8f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

action-runner/dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action-runner/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export async function onMessage(ws: WebSocket, msg: any) {
157157
} else {
158158
core.endGroup()
159159
}
160+
ws.send("{}")
160161
}
161162
}
162163

0 commit comments

Comments
 (0)