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",