mirror of https://github.com/apache/cloudstack.git
.github: debug github event
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
14dd467a43
commit
b2086595ca
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue