mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-05 03:36:32 -07:00
Fixed quotes
This commit is contained in:
parent
735cb74483
commit
40b67349d9
5 changed files with 8 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue