Fixed quotes

This commit is contained in:
Anuken 2020-11-25 11:56:10 -05:00
parent 735cb74483
commit 40b67349d9
5 changed files with 8 additions and 1 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Run unit tests
run: ./gradlew test
- name: Trigger BE build
if: ${{ github.repository == Anuken/Mindustry }}
if: ${{ github.repository == 'Anuken/Mindustry' }}
run: |
git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
cd ../MindustryBuilds