From 59259de6576e7c2964640098f1237397808aa1f7 Mon Sep 17 00:00:00 2001 From: David Ferlay Date: Thu, 23 May 2024 17:53:36 +0200 Subject: [PATCH] CI testing --- .github/workflows/commit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 9bb6f9d..14b3c4c 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -36,6 +36,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Commands run: | @@ -57,6 +59,7 @@ jobs: version: 197d7ab84a2b4 EOF touch interaction/softwares/roles/whatever/meta/whatever + cat interaction/softwares/roles/whatever/meta/whatever git add -A git config --global user.email "citesting@example.com" git config --global user.name "CI testing"