Преглед изворни кода

Merge pull request #350 from tgsoverly/patch-1

Update action to pull entire history
Vadim Markovtsev пре 5 година
родитељ
комит
13a2081d1d
1 измењених фајлова са 2 додато и 0 уклоњено
  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