Update process-apps.yml

This commit is contained in:
新疆萌森软件开发工作室 2024-11-28 23:36:06 +08:00 committed by GitHub
parent 60c47a082a
commit 51143730c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,6 @@ jobs:
run: |
git fetch 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 push origin custom