Update main.workflow

This commit is contained in:
Bo-Yi Wu
2019-02-20 00:06:40 +08:00
committed by GitHub
parent 6c7afcc8db
commit 7347add3d3
+6 -2
View File
@@ -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",