Merge branch 'config' into localApps
This commit is contained in:
commit
13ae76691d
|
|
@ -45,6 +45,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.repository.default_branch }}
|
||||
|
||||
- name: 检测默认分支
|
||||
run: |
|
||||
|
|
@ -114,6 +115,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.repository.default_branch }}
|
||||
|
||||
- name: 检测默认分支
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue