From 93c2290396485911fb99b481060b36c514350d99 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Sep 2021 17:03:49 +0200 Subject: [PATCH] Update updater.yml --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}