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-12 11:19:58 +02:00 committed by GitHub
parent 788734b5e5
commit f1afa0a5da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,9 @@ jobs:
- name: Run the updater script
id: run_updater
run: .github/workflows/update_extensions.py
run: |
python3 -m pip install tomlkit
.github/workflows/update_extensions.py
- name: Create Pull Request
id: cpr