Przeglądaj źródła

chore: dont fetch full repo

In most cases we need 10-50 previous commits. Checking out full repo is
time consuming and not required.
version-14
Ankush Menat 2 lat temu
rodzic
commit
4eb1fe74a5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      .github/workflows/semantic-commits.yml

+ 1
- 1
.github/workflows/semantic-commits.yml Wyświetl plik

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 200

- uses: actions/setup-node@v3
with:


Ładowanie…
Anuluj
Zapisz