mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-15 01:48:42 +00:00
fix name
This commit is contained in:
parent
0af377ed89
commit
666a3273d0
2
.github/user_bug_report.md
vendored
2
.github/user_bug_report.md
vendored
|
|
@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem.
|
||||||
- System: [e.g. PC or iPhone11, ...]
|
- System: [e.g. PC or iPhone11, ...]
|
||||||
- OS: [e.g. iOS]
|
- OS: [e.g. iOS]
|
||||||
- Browser [e.g. chrome, safari]
|
- Browser [e.g. chrome, safari]
|
||||||
- Orange Management Version [e.g. 22]
|
- KarakaVersion [e.g. 22]
|
||||||
|
|
||||||
# Additional Information
|
# Additional Information
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
|
||||||
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
if: steps.git-check.outputs.modified == 'true'
|
if: steps.git-check.outputs.modified == 'true'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Formatter Bot'
|
git config --global user.name 'Formatter Bot'
|
||||||
git config --global user.email 'formatter.bot@orange-management.email'
|
git config --global user.email 'formatter.bot@karaka.app'
|
||||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||||
git commit -am "Automated formatting changes"
|
git commit -am "Automated formatting changes"
|
||||||
git push
|
git push
|
||||||
|
|
@ -84,29 +84,29 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Orange-Management/Build
|
repository: Karaka/Build
|
||||||
path: Build
|
path: Build
|
||||||
- name: Checkout Resource Repository
|
- name: Checkout Resource Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Orange-Management/Resources
|
repository: Karaka/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: Orange-Management/phpOMS
|
repository: Karaka/phpOMS
|
||||||
path: phpOMS
|
path: phpOMS
|
||||||
- name: Checkout Orange-Management Repository
|
- name: Checkout Karaka Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Orange-Management/Orange-Management
|
repository: Karaka/Karaka
|
||||||
path: Orange-Management
|
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
|
||||||
with:
|
with:
|
||||||
|
|
@ -149,7 +149,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Orange-Management/Build
|
repository: Karaka/Build
|
||||||
path: Build
|
path: Build
|
||||||
- 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