From 0bdf5802b5963788e1a9c94ceee2d0d16cd147a1 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 11 Apr 2024 16:34:59 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=9F?= =?UTF-8?q?=E0=B8=A5=E0=B9=8C=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dfe8c9275..f5436c589 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: -Success✅✅✅ Image: ${{env.IMAGE_NAME}} Version: ${{ steps.gen_ver.outputs.IMAGE_VER }} - By: ${{secrets.DOCKER_USER}} + By: ${{github.actor}} - uses: snow-actions/line-notify@v1.1.0 if: failure() with: @@ -82,4 +82,4 @@ jobs: -Failure❌❌❌ Image: ${{env.IMAGE_NAME}} Version: ${{ steps.gen_ver.outputs.IMAGE_VER }} - By: ${{secrets.DOCKER_USER}} + By: ${{github.actor}}