From b730397c594ec41343ef7635864a351066f59345 Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:15:55 +0200 Subject: [PATCH] [sync] test --- .github/workflows/sync_build_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_build_deploy.yml b/.github/workflows/sync_build_deploy.yml index 8e33e52..9fb5b13 100644 --- a/.github/workflows/sync_build_deploy.yml +++ b/.github/workflows/sync_build_deploy.yml @@ -30,7 +30,7 @@ concurrency: env: IS_SYNC: ${{ github.event_name == 'schedule' || startsWith(github.event.head_commit.message, '[sync]') }} - VERSION: 2.7.6 + VERSION: 2.6.5 jobs: @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 with: repository: Googlers-Repo/magisk-modules-repo-util - ref: refs/tags/${{ env.VERSION }} + ref: tags/v${{ env.VERSION }} path: util - name: Set up Git