mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-05-02 23:30:31 +08:00
Merge branch 'config' into localApps
This commit is contained in:
commit
3ff624fd73
2
.github/workflows/merge-prs.yml
vendored
2
.github/workflows/merge-prs.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.3.0
|
||||
|
||||
- name: 登录到 GitHub CLI
|
||||
run: gh auth login --with-token <<< "${{ github.token }}"
|
||||
|
||||
2
.github/workflows/renovate-app-version.yml
vendored
2
.github/workflows/renovate-app-version.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
|
||||
uses: actions/checkout@v4.3.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
||||
uses: actions/checkout@v4.3.0
|
||||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user