mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 11:35:56 +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
|
||||
run: python process-apps.py
|
||||
|
||||
- name: Check for changes
|
||||
id: check_changes
|
||||
- name: Verify generated directories
|
||||
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
|
||||
if: steps.check_changes.outcome != 'success'
|
||||
@ -42,6 +42,6 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git add .
|
||||
git commit -m "Processed apps directory via GitHub Actions"
|
||||
git push origin appstore
|
||||
git add appstore dockge || echo "No changes to add"
|
||||
git commit -m "Processed apps directory via GitHub Actions" || echo "Nothing to commit"
|
||||
git push origin main
|
||||
|
Loading…
x
Reference in New Issue
Block a user