Merge branch 'config' into localApps
This commit is contained in:
commit
aea39609a3
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3
|
uses: renovatebot/github-action@0b17c4eb901eca44d018fb25744a50a74b2042df # v46.1.4
|
||||||
with:
|
with:
|
||||||
configurationFile: renovate.json
|
configurationFile: renovate.json
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
|
||||||
|
|
@ -81,14 +81,15 @@ jobs:
|
||||||
|
|
||||||
http-sync:
|
http-sync:
|
||||||
name: 同步到 ${{ matrix.remote.name }}
|
name: 同步到 ${{ matrix.remote.name }}
|
||||||
|
if: false # 禁用
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
remote:
|
remote:
|
||||||
- name: Touchacme
|
- name:
|
||||||
https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git
|
https-url:
|
||||||
pat-secret: SYNC_PAT_TOUCHACME
|
pat-secret:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue