Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-09-25 19:13:06 +08:00
parent 868c74871e
commit cba7edda6f
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ jobs:
uses: appleboy/telegram-action@master
with:
message: send photo message
photo: tests/github.png
document: tests/gophercolor.png
photo: './tests/github.png'
document: './tests/gophercolor.png'
env:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
-2
View File
@@ -3,6 +3,4 @@ FROM appleboy/drone-telegram
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
WORKDIR /github/home
ENTRYPOINT ["/entrypoint.sh"]