fix(ci): docker build double quotes typo (#17541)
This commit is contained in:
@@ -100,7 +100,7 @@ jobs:
|
|||||||
# If you're wanting containers without mod-eluna, the best solution is to
|
# If you're wanting containers without mod-eluna, the best solution is to
|
||||||
# build them locally (such as with `docker compose build`)
|
# build them locally (such as with `docker compose build`)
|
||||||
- name: Download Eluna
|
- 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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: azerothcore/mod-eluna
|
repository: azerothcore/mod-eluna
|
||||||
|
|||||||
Reference in New Issue
Block a user