소스 검색

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