Skip to content

Commit 37523be

Browse files
committed
.
1 parent 328d9b6 commit 37523be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actionsdotnetactcompat/act_worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ func ExecWorker(rqt *protocol.AgentJobRequestMessage, wc actionsrunner.WorkerCon
343343
}
344344
var payload string
345345
if e, eventErr := json.Marshal(githubCtxMap["event"]); eventErr != nil {
346-
failInitJob(fmt.Sprintf("cannot convert github.event to json: %w", eventErr))
346+
failInitJob(fmt.Sprintf("cannot convert github.event to json: %s", eventErr.Error()))
347347
return
348348
} else {
349349
payload = string(e)

0 commit comments

Comments
 (0)