chore: dont fetch full repo

In most cases we need 10-50 previous commits. Checking out full repo is
time consuming and not required.
This commit is contained in:
Ankush Menat 2022-07-19 12:03:18 +05:30
parent 8ac7e32214
commit 4eb1fe74a5

View file

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