diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index fe7b121..218e48e 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -16,9 +16,6 @@ # FETCHING LATEST RELEASE AND ITS ASSETS #================================================= -# Access the branch 'testing' -git checkout testing - # Fetching information current_version=$(jq -j '.version|split("~")[0]' manifest.json) repo=$(jq -j '.upstream.code|split("https://github.com/")[1]' manifest.json) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 61c811f..ad9b07e 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: |