From ec18563cbb49016b7092216ba561d8db1400e246 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 20 Jun 2020 13:54:40 +0800 Subject: [PATCH] chore: update --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c37788..550d044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,5 +79,5 @@ jobs: token: ${{ secrets.TELEGRAM_TOKEN }} format: html message: | - ⚡️ Commits pushed to master by ${{ github.event.push.pusher.name }},PR ⚡️ + ⚡️ Commits pushed to master by ${{ github.event.push.pusher.name }} ⚡️ ${{ github.actor }}:${{ github.event.head_commit.message }} diff --git a/Dockerfile b/Dockerfile index 3fa9123..6c7d8de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM appleboy/drone-telegram:1.3.5-linux-amd64 +FROM appleboy/drone-telegram:linux-amd64 ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh