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