From 55556d91dd93f7e4f2e8040fd4373690bc9943f0 Mon Sep 17 00:00:00 2001 From: Wang Guan Date: Sun, 1 Dec 2024 17:56:44 +0900 Subject: [PATCH] make gh action happy --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39c788f8d..204cd8dc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v2 - if: github.repository == "zyddnys/manga-image-translator" + if: github.repository == 'zyddnys/manga-image-translator' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}