This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b2461b2000 .github: debug github event using env variable
1b2461b2000 is described below

commit 1b2461b200040a94857fd273f4e699856018eddb
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon Apr 18 15:24:48 2022 +0530

    .github: debug github event using env variable
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 .github/workflows/coverage-check.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage-check.yml 
b/.github/workflows/coverage-check.yml
index ffc6d243864..93c5c70678e 100644
--- a/.github/workflows/coverage-check.yml
+++ b/.github/workflows/coverage-check.yml
@@ -30,8 +30,8 @@ jobs:
           fetch-depth: 0
 
       - name: Debug Github event
-        run: |
-          echo "${{ toJson(github) }}"
+        env: { CONTENT : "${{ toJson(github) }}" }
+        run: "echo $CONTENT"
 
       - name: Changed Java Files
         id: java-changes

Reply via email to