mirror of
https://github.com/YunoHost-Apps/cinny_ynh.git
synced 2024-09-03 18:16:13 +02:00
Use tomlkit to read manifest
This commit is contained in:
parent
db331f35be
commit
d0a9bcbb86
1 changed files with 5 additions and 0 deletions
5
.github/workflows/updater.yml
vendored
5
.github/workflows/updater.yml
vendored
|
@ -28,6 +28,11 @@ jobs:
|
|||
packages: python3-tomlkit
|
||||
version: 1.0
|
||||
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: python3-tomlkit
|
||||
version: 1.0
|
||||
|
||||
- name: Run the updater script
|
||||
run: .github/workflows/updater.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue