[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
-6
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"