mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-06-01 09:07:55 +00:00
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
export TELEGRAM_MESSAGE="$*"
|
|
|
|
/bin/drone-telegram
|