Fix n auto-updater

This commit is contained in:
tituspijean 2022-04-20 21:32:46 +02:00 committed by GitHub
parent 2d0f229a2a
commit d4007484f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
git config --global user.name 'yunohost-bot'
git config --global user.email 'yunohost-bot@users.noreply.github.com'
# Run the updater script
/bin/bash .github/workflows/updater.sh
/bin/bash .github/workflows/n_updater.sh
- name: Commit changes
id: commit
if: ${{ env.PROCEED == 'true' }}