🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 1a0d3ba6616f53334d8dd5aa99893f6a244c32b9
Parent: d8a69c0cc5bd642ad5d325bd5709ffce2a104c50
Author: mcol <mcol@posteo.net>
Date: 2021-11-26 21:11:33 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-26 21:11:33 +0000

ci: checkout: fetch all history

.github/workflows/ci.yaml Modified

@@ -15,6 +15,9 @@
 
     steps:
     - uses: actions/checkout@v2
+      with:
+        # Fetch all branches and tags so the tests can see them.
+        fetch-depth: 0
 
     - uses: haskell/actions/setup@v1
       with: