mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
try to fix ci/cd
This commit is contained in:
parent
289367b340
commit
84686e421c
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -31,8 +31,8 @@ jobs:
|
|||
- name: Push changes
|
||||
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.name 'Build Bot'
|
||||
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 commit -am "Automated formatting changes"
|
||||
git push
|
||||
git push
|
||||
Loading…
Reference in New Issue
Block a user