This is an automated email from the ASF dual-hosted git repository.
nfilotto 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 197d7224d12 component-test - Fix issue number
197d7224d12 is described below
commit 197d7224d1290d4f0c2fce287f1222a99b7e1e33
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed May 31 11:26:09 2023 +0200
component-test - Fix issue number
---
.github/workflows/pr-comment.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index 79e70cf2ba4..eaccf3ea360 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -60,6 +60,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.run_id }}
- pr-id: ${{ github.event.issue.number.id }}
+ pr-id: ${{ github.event.issue.number }}
comment-id: ${{ github.event.comment.id }}
comment-body: ${{ github.event.comment.body }}