MCPcopy Create free account
hub / github.com/actions/toolkit / issue

Function issue

packages/core/src/command.ts:28–30  ·  view source on GitHub ↗
(name: string, message: string)

Source from the content-addressed store, hash-verified

26}
27
28export function issue(name: string, message: string): void {
29 issueCommand(name, {}, message)
30}
31
32const CMD_PREFIX = '##['
33

Callers 2

errorFunction · 0.90
warningFunction · 0.90

Calls 1

issueCommandFunction · 0.85

Tested by

no test coverage detected