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 523a97a4b56 Dump github context
523a97a4b56 is described below

commit 523a97a4b5643b72936884e2267bf98d782de48a
Author: Nicolas Filotto <nfilo...@talend.com>
AuthorDate: Tue May 30 22:49:16 2023 +0200

    Dump github context
---
 .github/workflows/pr-comment-main.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr-comment-main.yml 
b/.github/workflows/pr-comment-main.yml
index 9f3f2bf2d4b..f385a68e275 100644
--- a/.github/workflows/pr-comment-main.yml
+++ b/.github/workflows/pr-comment-main.yml
@@ -31,9 +31,11 @@ jobs:
       matrix:
         java: [ '17' ]
     steps:
-      - name: check for component tests
+      - name: Dump GitHub context
+        env:
+          GITHUB_CONTEXT: ${{ toJson(github) }}
         run: |
-          echo Component tests have been requested
+          echo "$GITHUB_CONTEXT"
       - uses: actions/checkout@v3
         with:
           ref: ${{ github.event.issue.pull_request.head.ref}}

Reply via email to