Просмотр исходного кода

fetch all commit logs when checkout

Yuki Takei 5 лет назад
Родитель
Сommit
6313e32907
1 измененных файлов с 2 добавлено и 0 удалено
  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: