mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
Update main.workflow
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user