Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 authored Apr 15, 2021
1 parent 99eee31 commit 932fac7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,31 @@ jobs:
uses: actions/checkout@v2
with:
path: Movecraft-Warfare
ref: legacy
- name: Checkout Movecraft
uses: actions/checkout@v2
with:
repository: 'APDevTeam/Movecraft'
path: Movecraft
ref: master
- name: Checkout Movecraft-Repair
uses: actions/checkout@v2
with:
repository: 'APDevTeam/Movecraft-Repair'
path: Movecraft-Repair
ref: legacy
- name: Checkout Movecraft-Combat
uses: actions/checkout@v2
with:
repository: 'TylerS1066/Movecraft-Combat'
path: Movecraft-Combat
ref: legacy
- name: Checkout Movecraft-WorldGuard
uses: actions/checkout@v2
with:
repository: 'APDevTeam/Movecraft-WorldGuard'
path: Movecraft-WorldGuard
ref: 1.12.2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 932fac7

Please sign in to comment.