This commit is contained in:
Dennis Eichhorn 2022-02-19 14:25:28 +01:00
parent 0af377ed89
commit 666a3273d0
2 changed files with 9 additions and 9 deletions

View File

@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem.
- System: [e.g. PC or iPhone11, ...]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Orange Management Version [e.g. 22]
- KarakaVersion [e.g. 22]
# Additional Information
Add any other context about the problem here.

View File

@ -34,7 +34,7 @@ jobs:
if: steps.git-check.outputs.modified == 'true'
run: |
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 commit -am "Automated formatting changes"
git push
@ -84,29 +84,29 @@ jobs:
with:
fetch-depth: 1
ref: develop
repository: Orange-Management/Build
repository: Karaka/Build
path: Build
- name: Checkout Resource Repository
uses: actions/checkout@master
with:
fetch-depth: 1
ref: develop
repository: Orange-Management/Resources
repository: Karaka/Resources
path: Resources
- name: Checkout phpOMS Repository
uses: actions/checkout@master
with:
fetch-depth: 1
ref: develop
repository: Orange-Management/phpOMS
repository: Karaka/phpOMS
path: phpOMS
- name: Checkout Orange-Management Repository
- name: Checkout Karaka Repository
uses: actions/checkout@master
with:
fetch-depth: 1
ref: develop
repository: Orange-Management/Orange-Management
path: Orange-Management
repository: Karaka/Karaka
path: Karaka
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master
with:
@ -149,7 +149,7 @@ jobs:
with:
fetch-depth: 1
ref: develop
repository: Orange-Management/Build
repository: Karaka/Build
path: Build
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master