ci: use default depth for checkout

This commit is contained in:
yi_Xu 2022-08-02 13:38:52 +08:00
parent ee24811d35
commit b74293ac2d
No known key found for this signature in database
GPG Key ID: 208069D69C54E2EE

View File

@ -25,8 +25,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2