Explorar el Código

fetch all commit logs when checkout

Yuki Takei hace 5 años
padre
commit
6313e32907
Se han modificado 1 ficheros con 2 adiciones y 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: