1
0
Fork 0
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:
Salamandar 2023-06-10 09:23:20 +02:00 committed by GitHub
parent 48937aa04b
commit 788734b5e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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