workflow fixes

This commit is contained in:
Dennis Eichhorn 2022-04-10 19:17:20 +02:00
parent e1fc00045a
commit 3fa8c6a5b8

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: