1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2026-03-10 14:51:24 +08:00
commit aea39609a3
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6.0.2
- name: Run Renovate
uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3
uses: renovatebot/github-action@0b17c4eb901eca44d018fb25744a50a74b2042df # v46.1.4
with:
configurationFile: renovate.json
token: ${{ github.token }}

View File

@ -81,14 +81,15 @@ jobs:
http-sync:
name: 同步到 ${{ matrix.remote.name }}
if: false # 禁用
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
remote:
- name: Touchacme
https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git
pat-secret: SYNC_PAT_TOUCHACME
- name:
https-url:
pat-secret:
steps:
- name: 检出完整仓库