From cba7edda6fc9d57fae293ccc557102866dca2990 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 25 Sep 2019 19:13:06 +0800 Subject: [PATCH] update Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 4 ++-- Dockerfile | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 959a7fa..2057a29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/Dockerfile b/Dockerfile index 8ccaf91..2800ea6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,4 @@ FROM appleboy/drone-telegram ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -WORKDIR /github/home - ENTRYPOINT ["/entrypoint.sh"]