Sfoglia il codice sorgente

Merge pull request #350 from tgsoverly/patch-1

Update action to pull entire history
Vadim Markovtsev 5 anni fa
parent
commit
13a2081d1d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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