From 656453a48cc4961a0d08791ade4e79c715031c3c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 15 Aug 2023 20:36:43 +0200 Subject: [PATCH] run the auto-update script from 'testing' branch --- .github/workflows/updater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 61c811f2..ad9b07e9 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} + ref: 'testing' - name: Run the updater script id: run_updater run: |