Browse Source

Update action to pull entire history

Signed-off-by: Tim Overly <tim@joinroot.com>
Tim Overly 5 years ago
parent
commit
4e2fda637b
1 changed files with 2 additions and 0 deletions
  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