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

leerho pushed a commit to branch workflows
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/workflows by this push:
     new 084edd1b correct indent
084edd1b is described below

commit 084edd1bc1284cc03735406f99b4b4afb59412cf
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Feb 27 16:05:40 2026 -0800

    correct indent
---
 .github/workflows/reusable-jdk-os-matrix.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/reusable-jdk-os-matrix.yml 
b/.github/workflows/reusable-jdk-os-matrix.yml
index 28012367..71045116 100644
--- a/.github/workflows/reusable-jdk-os-matrix.yml
+++ b/.github/workflows/reusable-jdk-os-matrix.yml
@@ -32,7 +32,7 @@ jobs:
         with:
           ref: workflows
           path: .github/workflow-logic
-          
+
       - name: Install Matrix JDK
         uses: actions/setup-java@v4
         with:
@@ -55,13 +55,13 @@ jobs:
       - name: Echo Java & Maven Version
         run: mvn -version
 
-        - name: Print Current Workflows
-          run: |
-            echo "Reusable Workflow:"
-            cat 
.github/workflow-logic/.github/workflows/reusable-jdk-os-matrix.yml
-            echo "Caller Workflow:"
-            cat .github/workflows/auto-jdk-os-matrix.yml
-          
+      - name: Print Current Workflows
+        run: |
+          echo "Reusable Workflow:"
+          cat 
.github/workflow-logic/.github/workflows/reusable-jdk-os-matrix.yml
+          echo "Caller Workflow:"
+          cat .github/workflows/auto-jdk-os-matrix.yml
+
       - name: Test
         run: mvn clean test
 


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

Reply via email to