From 68b494ea9473dfa4d97ee7cff25bd2fecd437dd8 Mon Sep 17 00:00:00 2001 From: Mindaugas Laganeckas Date: Mon, 5 Oct 2020 12:52:26 +0200 Subject: [PATCH] Set number of commits to fetch to 0. 0 indicates all history for all branches and tags. --- .github/workflows/compile-mermaid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-mermaid.yml b/.github/workflows/compile-mermaid.yml index 94908689..7d0eb5c9 100644 --- a/.github/workflows/compile-mermaid.yml +++ b/.github/workflows/compile-mermaid.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 2 + fetch-depth: 0 - name: Convert repository name to lower case run: echo "::set-env name=GITHUB_REPOSITORY_LOWER_CASE::$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')"