add instafel

This commit is contained in:
siritami
2025-10-22 14:08:19 +07:00
parent 8978b329fa
commit ace7db65c8
6 changed files with 79 additions and 2 deletions

28
.github/workflows/ci_.yml vendored Normal file
View 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