ci: use default depth for checkout
This commit is contained in:
parent
ee24811d35
commit
b74293ac2d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -25,8 +25,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user