diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 236dc10..ac9957f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -24,7 +24,7 @@ jobs: git config --global user.name 'yunohost-bot' git config --global user.email 'yunohost-bot@users.noreply.github.com' # Run the updater script - ./.github/workflows/updater.sh + /bin/bash ./.github/workflows/updater.sh - name: Commit changes id: commit if: ${{ env.PROCEED == 'true' }}