fix(ci): docker build double quotes typo (#17541)

This commit is contained in:
Mike Delago
2023-10-19 12:35:56 -07:00
committed by GitHub
parent c7324f3066
commit 3537f08525

View File

@@ -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