mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07: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
|
||||
permissions: write-all
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Check new patch ReVanced
|
||||
id: check-rv
|
||||
run: bash src/etc/ci.sh ReVanced/revanced-patches youtube-revanced.apk
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
- name: Check new patch Revanced Extended
|
||||
id: check-rve
|
||||
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
|
||||
id: check-rve67
|
||||
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
|
||||
id: check-rve5
|
||||
run: bash src/etc/ci.sh d4n3436/revanced-patches-android5 youtube-revanced-extended-android-5.apk
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
outputs:
|
||||
check_rv: ${{ steps.check-rv.outputs.new_patch }}
|
||||
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
||||
|
||||
Reference in New Issue
Block a user