[skip ci] actions/checkout@v3 default fetch-depth is 1

This commit is contained in:
Xwite
2023-03-08 08:03:55 +08:00
parent ba9655e541
commit 3711314ced
3 changed files with 0 additions and 11 deletions

View File

@@ -12,12 +12,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install git
run: |
sudo apt-get update
sudo apt-get -y install git
- name: Set env
run: |
git config --global user.email "github-actions@github.com"

View File

@@ -11,9 +11,6 @@ jobs:
if: ${{ github.repository == 'gedoor/legado' }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up Gradle
uses: gradle/gradle-build-action@v2

View File

@@ -43,8 +43,6 @@ jobs:
play: ${{ needs.prepare.outputs.play }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Release Apk Sign
run: |