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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3e7fc11e Fix GH actions
3e7fc11e is described below

commit 3e7fc11ed546e663cf777a725b994c0024f9a75c
Author: JB Onofré <[email protected]>
AuthorDate: Mon Apr 29 15:27:53 2024 +0200

    Fix GH actions
---
 .github/workflows/{test-karaf-camel-main.yml => main.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-karaf-camel-main.yml 
b/.github/workflows/main.yml
similarity index 95%
rename from .github/workflows/test-karaf-camel-main.yml
rename to .github/workflows/main.yml
index a7b88e80..3413718c 100644
--- a/.github/workflows/test-karaf-camel-main.yml
+++ b/.github/workflows/main.yml
@@ -37,4 +37,4 @@ jobs:
       - uses: actions/setup-java@v4
         with:
           java-version: 17
-        run: ./mvnw -V --no-transfer-progress clean install
+      - run: ./mvnw -V --no-transfer-progress clean install

Reply via email to