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"]