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