You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/03 08:15:02 UTC

[camel-k] branch release-1.12.x updated: fix(ci): path to action

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

pcongiusti pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.12.x by this push:
     new 80f567711 fix(ci): path to action
80f567711 is described below

commit 80f567711bf8e4243bda1e68bbdef92b36b3d127
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Mar 3 09:14:57 2023 +0100

    fix(ci): path to action
---
 .github/actions/e2e-native/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/e2e-native/action.yml b/.github/actions/e2e-native/action.yml
index ef93efbde..7f2824cca 100644
--- a/.github/actions/e2e-native/action.yml
+++ b/.github/actions/e2e-native/action.yml
@@ -100,7 +100,7 @@ runs:
     name: Run IT
     shell: bash
     run: |
-      ./.github/actions/e2e-install-native/exec-tests.sh \
+      ./.github/actions/e2e-native/exec-tests.sh \
         -b "${{ steps.config-cluster.outputs.cluster-catalog-source-name }}" \
         -c "${{ steps.config-cluster.outputs.cluster-catalog-source-namespace }}" \
         -i "${{ steps.config-cluster.outputs.cluster-image-namespace }}" \