Explorar o código

fetch all commit logs when checkout

Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
6313e32907
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/list-unhealthy-branches.yml

+ 2 - 0
.github/workflows/list-unhealthy-branches.yml

@@ -12,6 +12,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+      with:
+        fetch-depth: 0
 
     - uses: actions/setup-node@v2-beta
       with: