2
0
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:
Matthias Mair
2022-12-09 00:29:13 +01:00
committed by GitHub
parent 6ef25cf8f0
commit 0977b97b1b
2 changed files with 23 additions and 6 deletions

View File

@ -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"