From 4e2fda637bfa26bea3f1a46a5767b50087b39a32 Mon Sep 17 00:00:00 2001 From: Tim Overly Date: Thu, 30 Jan 2020 08:36:59 -0500 Subject: [PATCH] Update action to pull entire history Signed-off-by: Tim Overly --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7208490d..3f571c40 100644 --- a/.github/workflows/main.yml +++ b/.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