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 231369d00da (chore) ci: use github.event instead of context
231369d00da is described below

commit 231369d00da0025594ed60fe75cc1021195ecbd7
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu Nov 2 11:46:09 2023 +0100

    (chore) ci: use github.event instead of context
---
 .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 fa73a9b7caf..a516624aec5 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -49,7 +49,7 @@ jobs:
           submodules: recursive
       - uses: ./.github/actions/create-or-update-comment
         with:
-          issue-number: ${{ context.issue.number }}
+          issue-number: ${{ github.event.issue.number }}
           body: |
             :robot: The Apache Camel test robot will run the tests for you :+1:
       - id: install-packages

Reply via email to