From 1f403fe9c3ce87c658f0e1173847b1131c3e7456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sui=E9=85=B1=E4=BB=8A=E5=A4=A9=E4=B9=9F=E5=BE=88=E5=B0=8F?= <44109309+suisei-pettan@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:41:08 +0800 Subject: [PATCH] Update core.yml --- .github/workflows/core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 6cbc96b582e..094c2b53cd6 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -38,13 +38,13 @@ jobs: - name: Checkout libxposed/api uses: actions/checkout@v4 with: - repository: libxposed/api + repository: pumPCin/api path: libxposed/api - name: Checkout libxposed/service uses: actions/checkout@v4 with: - repository: libxposed/service + repository: pumPCin/service path: libxposed/service - name: Setup Java