Fix fetch-depth for actions/checkout

This commit is contained in:
aditya-K2
2023-05-24 03:26:39 +05:30
parent 027509258b
commit 29fb83085d

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set up Go
uses: actions/setup-go@v3
with: