Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
export
function
issue(name: string, message: string): void {
29
issueCommand(name, {}, message)
30
}
31
32
const
CMD_PREFIX =
'##['
33
Callers
2
error
Function · 0.90
warning
Function · 0.90
Calls
1
issueCommand
Function · 0.85
Tested by
no test coverage detected