mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-09 22:48:41 +00:00
try to fix ci/cd
This commit is contained in:
parent
289367b340
commit
84686e421c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -31,8 +31,8 @@ jobs:
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
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 'Build Bot'
|
||||||
git config --global user.email 'formatter.bot@orange-management.email'
|
git config --global user.email 'build.bot@orange-management.email'
|
||||||
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
|
||||||
Loading…
Reference in New Issue
Block a user