mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-06 18:50:34 +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
|
git push origin custom
|
||||||
|
|
||||||
# 克隆目标仓库
|
|
||||||
- name: Clone DPanel repository
|
- name: Clone DPanel repository
|
||||||
run: |
|
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
|
- name: Copy appstore to DPanel repository
|
||||||
run: |
|
run: |
|
||||||
if [ -d "target-repo/apps" ]; then
|
if [ -d "target-repo/apps" ]; then
|
||||||
@ -77,4 +75,4 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git diff --cached --quiet || git commit -m "Synced apps from source repository via GitHub Actions"
|
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