mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-05 04:28:41 +00:00
workflow fixes
This commit is contained in:
parent
dd7e397eb1
commit
f23714d462
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -150,6 +150,14 @@ jobs:
|
|||
ref: develop
|
||||
repository: Karaka-Management/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
|
||||
uses: shivammathur/setup-php@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user