mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-16 03:55:25 +00:00
Add translations to state section (#79)
* add option for auth * get crowdin data * factor out project name * add dep * add secret to env * fix step name
This commit is contained in:
4
.github/workflows/get_stats.yml
vendored
4
.github/workflows/get_stats.yml
vendored
@ -12,8 +12,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set selected color
|
||||
- name: Get Stats
|
||||
run: python .github/get_stats.py
|
||||
env:
|
||||
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "[Bot] Updated the stats"
|
||||
|
Reference in New Issue
Block a user