diff --git a/.github/workflows/n_updater.yml b/.github/workflows/n_updater.yml index 0253ca02d..8e48c4cc0 100644 --- a/.github/workflows/n_updater.yml +++ b/.github/workflows/n_updater.yml @@ -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' }}