mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
workflow fixes
This commit is contained in:
parent
01d175d810
commit
49bd7d8c67
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka/phpOMS
|
repository: Karaka/phpOMS
|
||||||
path: phpOMS
|
path: phpOMS
|
||||||
token: ${{ secrets.GITHUB }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Checkout Karaka Repository
|
- name: Checkout Karaka Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
|
|
@ -142,7 +142,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
token: ${{ secrets.GITHUB }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Checkout Build Repository
|
- name: Checkout Build Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
|
|
@ -183,7 +183,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
token: ${{ secrets.GITHUB }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Checkout Build Repository
|
- name: Checkout Build Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user