1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Add script to replace themes in goth - also fix paths on tools scripts

This commit is contained in:
Mgldvd
2023-02-27 12:43:11 -05:00
parent a00b6ca9fa
commit a8ef68e2a5
4 changed files with 39 additions and 2 deletions

View File

@@ -54,6 +54,11 @@ jobs:
python3 tools/generateShFiles.py
echo 🏅
- name: update themes in gogh file
run: |
python3 tools/updateThemes.py
echo 🏅
- name: Git commit
run: |
git config user.name github-actions[bot]