mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-12 02:09:01 +08:00
Run formatter
This commit is contained in:
parent
6bd119002c
commit
140d6cd367
@ -28,7 +28,11 @@ export function issue(name: string, message: string) {
|
|||||||
const CMD_PREFIX = '##['
|
const CMD_PREFIX = '##['
|
||||||
|
|
||||||
class Command {
|
class Command {
|
||||||
constructor(command: string, properties: {[key: string]: string}, message: string) {
|
constructor(
|
||||||
|
command: string,
|
||||||
|
properties: {[key: string]: string},
|
||||||
|
message: string
|
||||||
|
) {
|
||||||
if (!command) {
|
if (!command) {
|
||||||
command = 'missing.command'
|
command = 'missing.command'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user