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

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


The following commit(s) were added to refs/heads/main by this push:
     new a79b7f1  Fix isssue with infinispan-embedded
a79b7f1 is described below

commit a79b7f1df2edcad234515edf643d80bc15037c8c
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Oct 31 15:09:27 2022 -0400

    Fix isssue with infinispan-embedded
---
 .github/workflows/app.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 97c566b..34f050b 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -20,7 +20,7 @@ jobs:
       - name: Checkout infinispan-quarkus repo
         uses: actions/checkout@v3
         with:
-          repository: https://github.com/infinispan/infinispan-quarkus.git
+          repository: infinispan/infinispan-quarkus
           path: infinispan-quarkus
           ref: 13.0.11.Final
 

Reply via email to