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

erose pushed a commit to branch website-pr-test
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/website-pr-test by this push:
     new 9e706c78c2 Add short sha
9e706c78c2 is described below

commit 9e706c78c265d0fcbb3ef7a5b35f1604f06e4a70
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Oct 23 18:37:43 2024 -0400

    Add short sha
---
 .github/workflows/test-website-pr.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/test-website-pr.yml 
b/.github/workflows/test-website-pr.yml
index 9e7a3ca338..5bd22f2dd0 100644
--- a/.github/workflows/test-website-pr.yml
+++ b/.github/workflows/test-website-pr.yml
@@ -30,6 +30,9 @@ jobs:
           repository: apache/ozone-site
           ref: 'HDDS-9225-website-v2'
           path: ozone-site
+      - name: Get short commit SHA
+        id: get_short_sha
+        run: echo "SHORT_SHA=$(git rev-parse --short ${{ github.sha }})" >> 
$GITHUB_ENV
       - name: Commit and push changes to apache/ozone-site
         env:
           GH_TOKEN: ${{ secrets.OZONE_WEBSITE_BUILD }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to