mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 15:18:43 +00:00
workflow fixes
This commit is contained in:
parent
20d772ed24
commit
e1ea12d5b4
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -150,6 +150,14 @@ jobs:
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka-Management/Build
|
repository: Karaka-Management/Build
|
||||||
path: Build
|
path: Build
|
||||||
|
- name: Checkout phpOMS Repository
|
||||||
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
ref: develop
|
||||||
|
repository: Karaka-Management/phpOMS
|
||||||
|
path: phpOMS
|
||||||
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Setup PHP, with composer and extensions
|
- name: Setup PHP, with composer and extensions
|
||||||
uses: shivammathur/setup-php@master
|
uses: shivammathur/setup-php@master
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user