From bebdb772a8c4824123db56d0cca96d06489f5b26 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:48:22 +0700 Subject: [PATCH] Fix id --- .github/workflows/ci_.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_.yml b/.github/workflows/ci_.yml index 90e60df..a5e5a67 100644 --- a/.github/workflows/ci_.yml +++ b/.github/workflows/ci_.yml @@ -15,14 +15,14 @@ jobs: - name: Preparing to patch uses: ./.github/actions/preparing - name: Check github connection - id: check-gh-rv + id: check-gh-ins run: bash src/etc/connection.sh - name: Patch apk - id: patch-rv - if: steps.check-gh-rv.outputs.internet_error == '0' + id: patch-ins + if: steps.check-gh-ins.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' + id: release-ins + if: steps.check-gh-ins.outputs.internet_error == '0' uses: ./.github/actions/release