mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-06-05 19:17:55 +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
|