mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
fix: format
This commit is contained in:
@@ -3,7 +3,7 @@ workflow "Send Notification" {
|
|||||||
resolves = [
|
resolves = [
|
||||||
"Send Custom Message",
|
"Send Custom Message",
|
||||||
"Send Default Message",
|
"Send Default Message",
|
||||||
"Send Photo Message"
|
"Send Photo Message",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,13 +26,13 @@ action "Send Default Message" {
|
|||||||
|
|
||||||
action "Send Photo message" {
|
action "Send Photo message" {
|
||||||
uses = "appleboy/telegram-action@master"
|
uses = "appleboy/telegram-action@master"
|
||||||
|
env = {
|
||||||
|
PHOTO = "tests/github.png",
|
||||||
|
DOCUMENT = "tests/gophercolor.png",
|
||||||
|
}
|
||||||
secrets = [
|
secrets = [
|
||||||
"TELEGRAM_TOKEN",
|
"TELEGRAM_TOKEN",
|
||||||
"TELEGRAM_TO",
|
"TELEGRAM_TO",
|
||||||
]
|
]
|
||||||
env = {
|
|
||||||
PHOTO = "tests/github.png"
|
|
||||||
DOCUMENT = "tests/gophercolor.png"
|
|
||||||
}
|
|
||||||
args = "send photo message."
|
args = "send photo message."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user