1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00

checkout depth

This commit is contained in:
Eugene Pankov 2021-05-16 13:37:48 +02:00
parent a9162f955a
commit 91ef01f9d6
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
3 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v2.1.5

View File

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v2.1.5

View File

@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v2.1.5