diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 1c23993..e31325b 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -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