浏览代码

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