diff --git a/README.md b/README.md index 61a6738..6354672 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - - name: Unshallow - run: git fetch --prune --unshallow + with: + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v2