mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-07-02 08:17:57 +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
|