Revert "try fetch all branches"

This reverts commit fc985c91d19ac6bc323090d8946ec98c9f27982e.
This commit is contained in:
Denys Vuika 2023-03-08 16:13:47 +00:00
parent fc985c91d1
commit 2a32fadb52

View File

@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 2
- name: node
uses: actions/setup-node@v3
@ -53,7 +53,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 2
- name: node
uses: actions/setup-node@v3