You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/11/10 13:50:38 UTC

[datasketches-memory] branch Jdk17_Panama updated: Fix indentation in GH actions yml file

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

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


The following commit(s) were added to refs/heads/Jdk17_Panama by this push:
     new 0206fce  Fix indentation in GH actions yml file
0206fce is described below

commit 0206fcea7ba4bb799477cf97c24cf8cf97dc87a5
Author: David Cromberge <dc...@apache.org>
AuthorDate: Wed Nov 10 13:48:27 2021 +0000

    Fix indentation in GH actions yml file
---
 .github/workflows/maven.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f181ec1..5e5e1ea 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -87,12 +87,12 @@ jobs:
           targets: 'JAVA13_HOME'
 
       - name: Install JDK 17
-          uses: AdoptOpenJDK/install-jdk@v1
-          with:
-            version: '17'
-            architecture: x64
-            impl: hotspot
-            targets: 'JAVA17_HOME'
+        uses: AdoptOpenJDK/install-jdk@v1
+        with:
+          version: '17'
+          architecture: x64
+          impl: hotspot
+          targets: 'JAVA17_HOME'
 
       - name: Install Matrix JDK
         uses: AdoptOpenJDK/install-jdk@v1

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org