workflow fixes

This commit is contained in:
Dennis Eichhorn 2022-04-10 19:17:19 +02:00
parent 6bdbfef41b
commit 0c9c9d9b35

View File

@ -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: