mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
Update updater.yml - install tomlkit
This commit is contained in:
parent
48937aa04b
commit
788734b5e5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/updater.yml
vendored
1
.github/workflows/updater.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
# Setting up Git user
|
||||
git config --global user.name 'yunohost-bot'
|
||||
git config --global user.email 'yunohost-bot@users.noreply.github.com'
|
||||
python3 -m pip install tomlkit
|
||||
# Run the updater script
|
||||
.github/workflows/updater.py
|
||||
- name: Commit changes
|
||||
|
|
Loading…
Reference in a new issue