From cc69c3cc6e771270698b7f0ada3387e558700ffb Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 8 Sep 2022 23:37:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20rm-release=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 73bfa07..4848f3e 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -33,10 +33,10 @@ jobs: echo ::set-output name=date::$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S") - name: Delete Older Releases - uses: nikhilbadyal/ghaction-rm-releases@main + uses: nikhilbadyal/ghaction-rm-releases@v0.0.2 with: - github_token: ${{ secrets.GH_TOKEN }} - release_pattern: 'Build*' + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + RELEASE_PATTERN: 'Build*' - name: Upload Build Artifact uses: ncipollo/release-action@v1.10.0