workflow fixes

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

View File

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