mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
add instafel
This commit is contained in:
28
.github/workflows/ci_.yml
vendored
Normal file
28
.github/workflows/ci_.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
name: 3. Another Patch
|
||||
permissions: write-all
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 */3 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Patch-Instafel:
|
||||
name: Patch Instafel
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
- name: Preparing to patch
|
||||
uses: ./.github/actions/preparing
|
||||
- name: Check github connection
|
||||
id: check-gh-rv
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-rv
|
||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
||||
run: bash src/build/Instafel.sh
|
||||
- name: Releasing APK files
|
||||
id: release-rv
|
||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
|
||||
Reference in New Issue
Block a user