From 3c49fb0902592d0ca8ef65ff2bb998e20b8a4704 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 3 Oct 2021 21:40:33 +0100 Subject: [PATCH] :green_heart: Fix syntax in repo viz action --- .github/workflows/repo-visualization.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-visualization.yml b/.github/workflows/repo-visualization.yml index 8bf8863e..aaf6a3f7 100644 --- a/.github/workflows/repo-visualization.yml +++ b/.github/workflows/repo-visualization.yml @@ -28,9 +28,9 @@ jobs: - name: Checkout code uses: actions/checkout@master with: - fetch-depth: 0 + fetch-depth: 0 - name: Hercules - uses: src-d/hercules@master + uses: src-d/hercules@master - uses: actions/upload-artifact@master with: name: hercules_charts