mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
10 lines
107 B
Bash
Executable File
10 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
export GITHUB="true"
|
|
|
|
[ -n "$*" ] && export TELEGRAM_MESSAGE="$*"
|
|
|
|
/bin/drone-telegram
|