From 6c7afcc8dbbd1b396595bf4d15689f9af444c47b Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 20 Feb 2019 00:05:13 +0800 Subject: [PATCH] fix: format --- .github/main.workflow | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 1327676..4f4cf1b 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -3,7 +3,7 @@ workflow "Send Notification" { resolves = [ "Send Custom Message", "Send Default Message", - "Send Photo Message" + "Send Photo Message", ] } @@ -26,13 +26,13 @@ action "Send Default Message" { action "Send Photo message" { uses = "appleboy/telegram-action@master" + env = { + PHOTO = "tests/github.png", + DOCUMENT = "tests/gophercolor.png", + } secrets = [ "TELEGRAM_TOKEN", "TELEGRAM_TO", ] - env = { - PHOTO = "tests/github.png" - DOCUMENT = "tests/gophercolor.png" - } args = "send photo message." }