[skip ci]
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 10
|
fetch-depth: 0
|
||||||
- name: Fixed Issues Labeler
|
- name: Fixed Issues Labeler
|
||||||
uses: gh-bot/fix-labeler@v2
|
uses: gh-bot/fix-labeler@v2
|
||||||
with:
|
with:
|
||||||
@@ -60,8 +60,6 @@ jobs:
|
|||||||
VERSIONL: ${{ needs.prepare.outputs.versionL }}
|
VERSIONL: ${{ needs.prepare.outputs.versionL }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Clear 18PlusList.txt
|
- name: Clear 18PlusList.txt
|
||||||
run: |
|
run: |
|
||||||
echo "清空18PlusList.txt"
|
echo "清空18PlusList.txt"
|
||||||
@@ -133,6 +131,8 @@ jobs:
|
|||||||
if: ${{ github.event_name != 'pull_request' && github.actor == 'gedoor' }}
|
if: ${{ github.event_name != 'pull_request' && github.actor == 'gedoor' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: apk/
|
path: apk/
|
||||||
|
|||||||
Reference in New Issue
Block a user