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 b30e319339f3 fix(ci): proper action
b30e319339f3 is described below

commit b30e319339f38cf28f09d3ebbd61bc649a43742d
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Feb 18 11:07:21 2026 +0100

    fix(ci): proper action
---
 .github/workflows/pr-id.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-id.yml b/.github/workflows/pr-id.yml
index fd2701914d0c..5205a20ea374 100644
--- a/.github/workflows/pr-id.yml
+++ b/.github/workflows/pr-id.yml
@@ -26,4 +26,4 @@ jobs:
       github.repository == 'apache/camel'
     steps:
       - name: Store PR id number
-        uses: actions/pr-id
+        uses: ./.github/actions/pr-id

Reply via email to