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 b2086595cae .github: debug github event
b2086595cae is described below

commit b2086595cae20d5bbf8a9aebb321d2cdd803db68
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon Apr 18 15:19:13 2022 +0530

    .github: debug github event
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 .github/workflows/coverage-check.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/coverage-check.yml 
b/.github/workflows/coverage-check.yml
index c4e397f698c..ffc6d243864 100644
--- a/.github/workflows/coverage-check.yml
+++ b/.github/workflows/coverage-check.yml
@@ -29,11 +29,16 @@ jobs:
           ref: "refs/pull/${{ github.event.number }}/merge"
           fetch-depth: 0
 
+      - name: Debug Github event
+        run: |
+          echo "${{ toJson(github) }}"
+
       - name: Changed Java Files
         id: java-changes
         uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
         with:
-          use_fork_point: "true"
+          sha: "refs/pull/${{ github.event.number }}/merge"
+          base_sha: "${{ github.event.pull_request.base.ref }}"
           files: |
             **/*.java
 

Reply via email to