mirror of
https://github.com/actions/toolkit.git
synced 2026-08-11 00:00:28 +02:00
Add group functions to core
This commit is contained in:
@@ -25,7 +25,7 @@ export function issueCommand(
|
||||
process.stdout.write(cmd.toString() + os.EOL)
|
||||
}
|
||||
|
||||
export function issue(name: string, message: string): void {
|
||||
export function issue(name: string, message: string = ''): void {
|
||||
issueCommand(name, {}, message)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user