Skip to content

Commit

Permalink
Set number of commits to fetch to 0. 0 indicates all history for all …
Browse files Browse the repository at this point in the history
…branches and tags.
  • Loading branch information
MindaugasLaganeckas committed Oct 5, 2020
1 parent 94d207d commit 68b494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-mermaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:]')"
Expand Down

0 comments on commit 68b494e

Please sign in to comment.