Update workflow

This commit is contained in:
yue374
2024-01-24 22:45:21 +07:00
parent b337d772c6
commit 6be04d3fdc
2 changed files with 11 additions and 2 deletions

View File

@@ -19,3 +19,10 @@ runs:
name: Revanced & Revanced Extended
tag_name: all
body_path: ${{ github.workspace }}-CHANGELOG.txt
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2.0.6
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 90
keep_minimum_runs: 999

View File

@@ -25,6 +25,8 @@ jobs:
- name: Check new patch Revanced For Android 5
id: check-rve5
run: bash src/etc/ci.sh d4n3436/revanced-patches-android5 youtube-revanced-extended-android-5.apk
- name: Keep workflow run
uses: gautamkrishnar/keepalive-workflow@v1.2.2
outputs:
check_rv: ${{ steps.check-rv.outputs.new_patch }}
check_rve: ${{ steps.check-rve.outputs.new_patch }}