mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Update workflow
This commit is contained in:
7
.github/actions/release/action.yml
vendored
7
.github/actions/release/action.yml
vendored
@@ -19,3 +19,10 @@ runs:
|
|||||||
name: Revanced & Revanced Extended
|
name: Revanced & Revanced Extended
|
||||||
tag_name: all
|
tag_name: all
|
||||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
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
|
||||||
|
|||||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -25,6 +25,8 @@ jobs:
|
|||||||
- name: Check new patch Revanced For Android 5
|
- name: Check new patch Revanced For Android 5
|
||||||
id: check-rve5
|
id: check-rve5
|
||||||
run: bash src/etc/ci.sh d4n3436/revanced-patches-android5 youtube-revanced-extended-android-5.apk
|
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:
|
outputs:
|
||||||
check_rv: ${{ steps.check-rv.outputs.new_patch }}
|
check_rv: ${{ steps.check-rv.outputs.new_patch }}
|
||||||
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
||||||
@@ -44,7 +46,7 @@ jobs:
|
|||||||
if: ${{ needs.check.outputs.check_rve == 1 }}
|
if: ${{ needs.check.outputs.check_rve == 1 }}
|
||||||
uses: ./.github/workflows/manual-patch.yml
|
uses: ./.github/workflows/manual-patch.yml
|
||||||
with:
|
with:
|
||||||
org: "Revanced Extended"
|
org: "Revanced Extended"
|
||||||
Patch-Revanced-Extended-For-Android-6-7:
|
Patch-Revanced-Extended-For-Android-6-7:
|
||||||
name: Patch Revanced Extended For Android 6 & 7
|
name: Patch Revanced Extended For Android 6 & 7
|
||||||
needs: check
|
needs: check
|
||||||
@@ -58,4 +60,4 @@ jobs:
|
|||||||
if: ${{ needs.check.outputs.check_rve5 == 1 }}
|
if: ${{ needs.check.outputs.check_rve5 == 1 }}
|
||||||
uses: ./.github/workflows/manual-patch.yml
|
uses: ./.github/workflows/manual-patch.yml
|
||||||
with:
|
with:
|
||||||
org: "Revanced Extended Android 5"
|
org: "Revanced Extended Android 5"
|
||||||
Reference in New Issue
Block a user