mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-06 15:40:32 +08:00
Update process-apps.yml
This commit is contained in:
parent
96d980f32e
commit
67b261fe50
6
.github/workflows/process-apps.yml
vendored
6
.github/workflows/process-apps.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user