diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 4e2f5dd036..ffc3104a7e 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -100,7 +100,7 @@ jobs: # If you're wanting containers without mod-eluna, the best solution is to # build them locally (such as with `docker compose build`) - name: Download Eluna - if: github.repository == "azerothcore/azerothcore-wotlk" && github.ref_name == 'master' + if: github.repository == 'azerothcore/azerothcore-wotlk' && github.ref_name == 'master' uses: actions/checkout@v4 with: repository: azerothcore/mod-eluna |