mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 15:28:40 +00:00
fix native function call phpcsfixer
This commit is contained in:
parent
6b965f68ab
commit
4dbe7a02dd
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -35,5 +35,5 @@ jobs:
|
||||||
git config --global user.email 'build.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 add *.css
|
git add *.css
|
||||||
git commit -m "Automatic css build"
|
git commit -m "Automatic css build" || true
|
||||||
git push
|
git push || true
|
||||||
Loading…
Reference in New Issue
Block a user