Przeglądaj źródła

Merge pull request #350 from tgsoverly/patch-1

Update action to pull entire history
Vadim Markovtsev 5 lat temu
rodzic
commit
13a2081d1d
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -6,6 +6,8 @@ jobs:
     name: Charts generated by src-d/hercules
     steps:
       - uses: actions/checkout@master
+        with:
+          fetch-depth: 0
       - name: Hercules
         uses: src-d/hercules@master
       - uses: actions/upload-artifact@master