From 0bddcda190d6f231dfc2dc01ce2e71d12dc00b97 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Wed, 21 May 2025 00:30:04 -0500 Subject: [PATCH] Update .github/workflows/build_push.yml --- .github/workflows/build_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 925a11da..da4621c0 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -42,7 +42,7 @@ jobs: # safe_output: false - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 # v6.1.0 + uses: https://github.com/crazy-max/ghaction-import-gpg@v6 # v6.1.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} @@ -128,7 +128,7 @@ jobs: name: Publish repo needs: - build_individual - if: "github.repository == 'Kohi-den/extensions-source'" + if: "github.repository == 'AlmightyHak/extensions-source'" runs-on: docker steps: - name: Download APK artifacts