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