From af0090f4c463ec73c09df4977b1f2b7286a9599d Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Wed, 27 Dec 2023 08:56:01 +0000 Subject: [PATCH] chore(github-action): debug on-commits It seems git push is failling without reasons. So we list latest commits to get some hints. --- .github/workflows/on-commits.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on-commits.yml b/.github/workflows/on-commits.yml index c071dc54..ee6cf3aa 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -73,6 +73,7 @@ jobs: git add config/blobs.yml ! git commit -a -m "updating blobs" && \ + git --no-pager log --oneline -5 && \ git push ${remote_repo} HEAD:master