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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0edff37c58ce fix(ci): return empty result
0edff37c58ce is described below

commit 0edff37c58ce40f6260c21dcc5f3ba5145946104
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Nov 3 09:21:58 2025 +0100

    fix(ci): return empty result
---
 .github/actions/detect-dependencies/detect-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/detect-dependencies/detect-test.sh 
b/.github/actions/detect-dependencies/detect-test.sh
index 46571037ac1c..fb6ce268b6cb 100755
--- a/.github/actions/detect-dependencies/detect-test.sh
+++ b/.github/actions/detect-dependencies/detect-test.sh
@@ -25,7 +25,7 @@ detect_changed_properties() {
     grep -vE '^\+\+\+|---' | \
     grep -E 'version|dependency|artifact' | \
     sed -E 's/^[+-]\s*<([^>]+)>.*/\1/' | \
-    sort -u
+    sort -u || true
 }
 
 find_affected_modules() {

Reply via email to