This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new dda950b Need depth for logs
dda950b is described below
commit dda950b5814b333bef16304cdd1af4d289efc77a
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 17:56:41 2021 +0000
Need depth for logs
---
.github/workflows/unittest.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 8f11102..8fde74f 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@master
with:
+ fetch-depth: 0
persist-credentials: false
- uses: actions/checkout@master
with: