Skip to content

Commit

Permalink
[sync] test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Aug 20, 2024
1 parent 020684c commit b730397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b730397

Please sign in to comment.