Skip to content

Commit

Permalink
make gh action happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Dec 1, 2024
1 parent 62a917e commit 55556d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 55556d9

Please sign in to comment.