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
788734b5e5
commit
f1afa0a5da
1 changed files with 3 additions and 1 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue