From d71d96c0a1e91718ecd19e258044f8afeb7690b5 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:49:06 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updated=20GitHub=20Clean?= =?UTF-8?q?=20version=20(#58)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-cleanup.yml | 2 +- .github/workflows/pr-checks.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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