mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
修复频率
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
ad164f5149
commit
9bfb3e8704
7
.github/workflows/process-apps.yml
vendored
7
.github/workflows/process-apps.yml
vendored
@ -4,9 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- custom
|
||||
pull_request:
|
||||
branches:
|
||||
- custom
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -71,8 +68,8 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
|
||||
|
||||
git add .
|
||||
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-dpanel.git master
|
||||
|
Loading…
x
Reference in New Issue
Block a user