Skip to content

Commit b208659

Browse files
committed
.github: debug github event
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 14dd467 commit b208659

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/coverage-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ jobs:
2929
ref: "refs/pull/${{ github.event.number }}/merge"
3030
fetch-depth: 0
3131

32+
- name: Debug Github event
33+
run: |
34+
echo "${{ toJson(github) }}"
35+
3236
- name: Changed Java Files
3337
id: java-changes
3438
uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
3539
with:
36-
use_fork_point: "true"
40+
sha: "refs/pull/${{ github.event.number }}/merge"
41+
base_sha: "${{ github.event.pull_request.base.ref }}"
3742
files: |
3843
**/*.java
3944

0 commit comments

Comments
 (0)