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 c2a2004  Fix isssue with infinispan-embedded
c2a2004 is described below

commit c2a2004db4262fbd29ac12d551607260ac08c0d8
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Oct 31 15:07:07 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 a52e9bb..97c566b 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: [email protected]:infinispan/infinispan-quarkus.git
+          repository: https://github.com/infinispan/infinispan-quarkus.git
           path: infinispan-quarkus
           ref: 13.0.11.Final
 

Reply via email to