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 86619b946d25 fix(ci): create directory
86619b946d25 is described below
commit 86619b946d250721385cfeadd0275283bf4eb146
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Feb 18 11:14:39 2026 +0100
fix(ci): create directory
---
.github/actions/pr-id/action.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/actions/pr-id/action.yml b/.github/actions/pr-id/action.yml
index 25f9cf1bf5ad..d5f97f8d02c5 100644
--- a/.github/actions/pr-id/action.yml
+++ b/.github/actions/pr-id/action.yml
@@ -34,6 +34,7 @@ runs:
if: github.event_name == 'pull_request'
shell: bash
run: |
+ mkdir -p /tmp/${{ inputs.artifact-name }}
echo ${{ github.event.number }} > /tmp/${{ inputs.artifact-name }}/id
- uses: actions/upload-artifact@v4