This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/markdown by this push:
     new 2668dde6f dont show the whole commit
2668dde6f is described below

commit 2668dde6fcbf9b1c599e8682f5b5f9cc86673bc2
Author: David Arthur <[email protected]>
AuthorDate: Mon Oct 27 16:38:22 2025 -0500

    dont show the whole commit
---
 .github/workflows/build-and-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-and-deploy.yml 
b/.github/workflows/build-and-deploy.yml
index 81cb753f6..8adf0e450 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -88,7 +88,7 @@ jobs:
           git commit -m "Deploy site build from ${{ github.ref_name }} - ${{ 
github.sha }}"
           echo "Would push to asf-staging"
           echo "Successfully deployed to site-html branch"
-          git show
+          git show --stat
         fi
     
     - name: Create deployment summary

Reply via email to