From 3f9fd913342d339502e43cdb7a703d673f60c144 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 20 Apr 2022 21:37:49 +0200 Subject: [PATCH] Fix n auto-updater base branch --- .github/workflows/n_updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/n_updater.yml b/.github/workflows/n_updater.yml index 8e48c4cc0..35afd8ae7 100644 --- a/.github/workflows/n_updater.yml +++ b/.github/workflows/n_updater.yml @@ -37,7 +37,7 @@ jobs: committer: 'yunohost-bot ' author: 'yunohost-bot ' signoff: false - base: testing + base: dev branch: ci-auto-update-n-v${{ env.VERSION }} delete-branch: true title: 'Upgrade n to version ${{ env.VERSION }}'