Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actions/toolkit
/ warning
Function
warning
packages/core/src/core.ts:119–121 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
117
* @param message warning issue message
118
*/
119
export
function
warning(message: string): void {
120
issue(
'warning'
, message)
121
}
Callers
nothing calls this directly
Calls
1
issue
Function · 0.90
Tested by
no test coverage detected