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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c8c8618 Fixed Main push regen and java tests GH Action
5c8c8618 is described below

commit 5c8c861823900c2317ee941ccc028d1b5d336867
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 9 15:08:41 2023 +0100

    Fixed Main push regen and java tests GH Action
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .github/workflows/java-tests.yaml      | 12 ++++++------
 .github/workflows/main-push-regen.yaml | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/java-tests.yaml 
b/.github/workflows/java-tests.yaml
index d8e016a5..13c9597d 100644
--- a/.github/workflows/java-tests.yaml
+++ b/.github/workflows/java-tests.yaml
@@ -38,12 +38,12 @@ jobs:
       - uses: actions/checkout@v2
         with:
           persist-credentials: false
-    - name: Set up JDK
-      uses: actions/setup-java@v3
-      with:
-        distribution: 'temurin'
-        java-version: 17
-        cache: 'maven'
+      - name: Set up JDK
+        uses: actions/setup-java@v3
+        with:
+          distribution: 'temurin'
+          java-version: 17
+          cache: 'maven'
       - name: Build catalog 1st Run
         run: ./mvnw clean install -DskipTests
       - name: Build catalog 2nd Run
diff --git a/.github/workflows/main-push-regen.yaml 
b/.github/workflows/main-push-regen.yaml
index 2ae6b558..6738295f 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -34,12 +34,12 @@ jobs:
       - uses: actions/checkout@v2
         with:
           persist-credentials: false
-    - name: Set up JDK
-      uses: actions/setup-java@v3
-      with:
-        distribution: 'temurin'
-        java-version: 17
-        cache: 'maven'
+      - name: Set up JDK
+        uses: actions/setup-java@v3
+        with:
+          distribution: 'temurin'
+          java-version: 17
+          cache: 'maven'
       - name: Install Go
         uses: actions/setup-go@v1
         with:

Reply via email to