diff --git a/.github/workflows/github-cleanup.yml b/.github/workflows/github-cleanup.yml index 7b5a0cb..e31de31 100644 --- a/.github/workflows/github-cleanup.yml +++ b/.github/workflows/github-cleanup.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete Older Releases - uses: nikhilbadyal/ghaction-rm-releases@v0.0.2 + uses: nikhilbadyal/ghaction-rm-releases@v0.0.1 with: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} RELEASE_PATTERN: '[\s\S]*' diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index d749f31..d1e2a48 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -15,7 +15,7 @@ jobs: build-apk-pr-check: uses: ./.github/workflows/build-artifact.yml with: - FILES_TO_EXPECT: 2 + FILES_TO_EXPECT: 3 secrets: ENVS: | - PATCH_APPS=youtube + PATCH_APPS=youtube_music,twitter