mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-13 16:50:31 +08:00
分发 第三方应用商店
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
d93bbf48f6
commit
953b246b34
12
.github/workflows/process-apps.yml
vendored
12
.github/workflows/process-apps.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
|||||||
- name: Run processing script
|
- name: Run processing script
|
||||||
run: python process-apps.py
|
run: python process-apps.py
|
||||||
|
|
||||||
- name: Check for changes
|
- name: Verify generated directories
|
||||||
id: check_changes
|
|
||||||
run: |
|
run: |
|
||||||
git diff --exit-code || echo "Changes detected."
|
ls -R appstore || echo "appstore not created"
|
||||||
|
ls -R dockge || echo "dockge not created"
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
if: steps.check_changes.outcome != 'success'
|
if: steps.check_changes.outcome != 'success'
|
||||||
@ -42,6 +42,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git add .
|
git add appstore dockge || echo "No changes to add"
|
||||||
git commit -m "Processed apps directory via GitHub Actions"
|
git commit -m "Processed apps directory via GitHub Actions" || echo "Nothing to commit"
|
||||||
git push origin appstore
|
git push origin main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user