From 7347add3d305cec8b127c8a38f1b0dde0b3c8887 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 20 Feb 2019 00:06:40 +0800 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 4f4cf1b..c215231 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -22,13 +22,17 @@ action "Send Default Message" { "TELEGRAM_TOKEN", "TELEGRAM_TO", ] + env = { + A = "A" + B = "B" + } } action "Send Photo message" { uses = "appleboy/telegram-action@master" env = { - PHOTO = "tests/github.png", - DOCUMENT = "tests/gophercolor.png", + PHOTO = "tests/github.png" + DOCUMENT = "tests/gophercolor.png" } secrets = [ "TELEGRAM_TOKEN",