mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Update ci.yml
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -8,29 +8,23 @@ jobs:
|
|||||||
name: Check new patch
|
name: Check new patch
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
repository: ${{ github.repository }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
- name: Check new patch ReVanced
|
- name: Check new patch ReVanced
|
||||||
id: check-rv
|
id: check-rv
|
||||||
run: bash src/etc/ci.sh ReVanced/revanced-patches youtube-revanced.apk
|
run: bash src/etc/ci.sh ReVanced/revanced-patches youtube-revanced.apk
|
||||||
env:
|
|
||||||
repository: ${{ github.repository }}
|
|
||||||
- name: Check new patch Revanced Extended
|
- name: Check new patch Revanced Extended
|
||||||
id: check-rve
|
id: check-rve
|
||||||
run: bash src/etc/ci.sh inotia00/revanced-patches youtube-revanced-extended.apk
|
run: bash src/etc/ci.sh inotia00/revanced-patches youtube-revanced-extended.apk
|
||||||
env:
|
|
||||||
repository: ${{ github.repository }}
|
|
||||||
- name: Check new patch Revanced For Android 6 & 7
|
- name: Check new patch Revanced For Android 6 & 7
|
||||||
id: check-rve67
|
id: check-rve67
|
||||||
run: bash src/etc/ci.sh kitadai31/revanced-patches-android6-7 youtube-revanced-extended-android-6-7.apk
|
run: bash src/etc/ci.sh kitadai31/revanced-patches-android6-7 youtube-revanced-extended-android-6-7.apk
|
||||||
env:
|
|
||||||
repository: ${{ github.repository }}
|
|
||||||
- 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
|
||||||
env:
|
|
||||||
repository: ${{ github.repository }}
|
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user