From 67b261fe50f3a92c962a39ab7225fe31d91e6817 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 4 Dec 2024 11:40:04 +0800 Subject: [PATCH] Update process-apps.yml --- .github/workflows/process-apps.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index c1196deab..0e57fbf93 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -52,12 +52,10 @@ jobs: git push origin custom - # 克隆目标仓库 - name: Clone DPanel repository run: | - git clone https://github.com/QYG2297248353/appstore-dpanle.git target-repo + git clone https://github.com/QYG2297248353/appstore-dpanel.git target-repo - # 将 appstore 内容复制到目标仓库 - name: Copy appstore to DPanel repository run: | if [ -d "target-repo/apps" ]; then @@ -77,4 +75,4 @@ jobs: git add . git diff --cached --quiet || git commit -m "Synced apps from source repository via GitHub Actions" - git push https://x-access-token:${{ secrets.GITHUBTOKEN }}@github.com/QYG2297248353/appstore-dpanle.git master + git push https://x-access-token:${{ secrets.GITHUBTOKEN }}@github.com/QYG2297248353/appstore-dpanel.git master