mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-09 09:28:40 +00:00
workflow fixes
This commit is contained in:
parent
e6bde46738
commit
4d08cf7c2c
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -91,14 +91,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka/Resources
|
repository: Karaka-Management/Resources
|
||||||
path: Resources
|
path: Resources
|
||||||
- name: Checkout phpOMS Repository
|
- name: Checkout phpOMS Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka/phpOMS
|
repository: Karaka-Management/phpOMS
|
||||||
path: phpOMS
|
path: phpOMS
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Checkout Karaka Repository
|
- name: Checkout Karaka Repository
|
||||||
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka/Karaka
|
repository: Karaka-Management/Karaka
|
||||||
path: Karaka
|
path: Karaka
|
||||||
- name: Setup PHP, with composer and extensions
|
- name: Setup PHP, with composer and extensions
|
||||||
uses: shivammathur/setup-php@master
|
uses: shivammathur/setup-php@master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user