mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
fix tests
This commit is contained in:
parent
92ec0c8243
commit
b8ff32b623
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
if: steps.git-check.outputs.modified == 'true'
|
||||
run: |
|
||||
git config --global user.name 'Build Bot'
|
||||
git config --global user.email 'build.bot@karaka.app'
|
||||
git config --global user.email 'build.bot@jingga.app'
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||
git add *.css
|
||||
git commit -m "Automatic css build" || true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user