We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f5b98 commit ae355d7Copy full SHA for ae355d7
.github/workflows/update_module_info.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
python admin/scripts/device_info_values.py
32
python admin/scripts/module_info.py
33
+ python admin/scripts/modules_parsing_sqlite_db.py
34
35
- name: Check for changes
36
id: git-check
@@ -43,6 +44,7 @@ jobs:
43
44
git config --local user.name "GitHub Action"
45
git add admin/docs/device_info_values.md
46
git add admin/docs/module_info.md
47
+ git add admin/docs/modules_parsing_sqlite_db.md
48
git commit -m "Update documentation files"
49
50
- name: Push changes
0 commit comments