mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-09 22:48:41 +00:00
fix name
This commit is contained in:
parent
62df59df41
commit
1ffe44d171
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
if: steps.git-check.outputs.modified == 'true'
|
if: steps.git-check.outputs.modified == 'true'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Build Bot'
|
git config --global user.name 'Build Bot'
|
||||||
git config --global user.email 'build.bot@orange-management.email'
|
git config --global user.email 'build.bot@karaka.app'
|
||||||
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" || true
|
git commit -m "Automatic css build" || true
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Code Style & Best Practices
|
## Code Style & Best Practices
|
||||||
|
|
||||||
For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
|
For the code style and best practices please have a look at the developer-guide [https://github.com/karaka-management/Developer-Guide](https://github.com/karaka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
|
||||||
|
|
||||||
## How Can I Contribute
|
## How Can I Contribute
|
||||||
|
|
||||||
|
|
@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
|
||||||
|
|
||||||
### Issues
|
### Issues
|
||||||
|
|
||||||
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file.
|
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/karaka-management/Docs/blob/master/Project/PROJECT.md) file.
|
||||||
|
|
||||||
### Code Style
|
### Code Style
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user