mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Update process-apps.yml
This commit is contained in:
@@ -45,6 +45,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git fetch origin custom
|
git fetch origin custom
|
||||||
git rebase origin/custom
|
git rebase origin/custom
|
||||||
git add appstore dockge || echo "No changes to add"
|
git add .
|
||||||
git diff --cached --quiet && echo "No changes to commit" || git commit -m "Processed apps directory via GitHub Actions"
|
git diff --cached --quiet && echo "No changes to commit" || git commit -m "Processed apps directory via GitHub Actions"
|
||||||
git push origin custom
|
git push origin custom
|
||||||
|
|||||||
Reference in New Issue
Block a user