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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new c4b2657be0 Replace tabs by spaces
c4b2657be0 is described below

commit c4b2657be003c6d61c4b00600ba0616ba3bcade5
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue May 3 18:41:34 2022 +0100

    Replace tabs by spaces
---
 .github/workflows/maven.yml         | 2 +-
 .github/workflows/maven_windows.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 91b259a9f2..4300975377 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,6 +28,6 @@ jobs:
       uses: actions/setup-java@v3
       with:
         java-version: '11'
-       distribution: 'temurin'
+        distribution: 'temurin'
     - name: Build with Maven
       run: mvn -B verify -Pdev --file pom.xml
diff --git a/.github/workflows/maven_windows.yml 
b/.github/workflows/maven_windows.yml
index 2465d24a97..66d0b4b022 100644
--- a/.github/workflows/maven_windows.yml
+++ b/.github/workflows/maven_windows.yml
@@ -25,7 +25,7 @@ jobs:
       uses: actions/setup-java@v3
       with:
         java-version: '11'
-       distribution: 'temurin'
+        distribution: 'temurin'
 
     - name: copy checked out dir to /c/jena for windows-latest
       run: bash -c "cp -r /d/a/jena/jena /c/jena"

Reply via email to