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 57322f73e117 fix(ci): forgotten checkout
57322f73e117 is described below
commit 57322f73e117898dd0ab67c51c242cab29d5a070
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Feb 18 11:11:06 2026 +0100
fix(ci): forgotten checkout
---
.github/workflows/pr-id.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/pr-id.yml b/.github/workflows/pr-id.yml
index 5205a20ea374..9da18f53a3d5 100644
--- a/.github/workflows/pr-id.yml
+++ b/.github/workflows/pr-id.yml
@@ -25,5 +25,10 @@ jobs:
if: >
github.repository == 'apache/camel'
steps:
+ - name: Checkout code
+ uses: actions/checkout@v4
+ with:
+ persist-credentials: false
+ submodules: recursive
- name: Store PR id number
uses: ./.github/actions/pr-id