This commit is contained in:
Dennis Eichhorn 2022-02-19 14:25:29 +01:00
parent 62df59df41
commit 1ffe44d171
2 changed files with 3 additions and 3 deletions

View File

@ -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@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 add *.css
git commit -m "Automatic css build" || true

View File

@ -2,7 +2,7 @@
## 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
@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
### 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