mirror of https://github.com/apache/cloudstack.git
.github: enable fork-point while finding list of changes files
Hit same issue as https://github.com/tj-actions/changed-files/issues/355 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
023305e86d
commit
976464ccb9
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
id: java-changes
|
||||
uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
|
||||
with:
|
||||
use_fork_point: "true"
|
||||
files: |
|
||||
**/*.java
|
||||
|
||||
|
|
@ -40,6 +41,7 @@ jobs:
|
|||
id: ui-changes
|
||||
uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
|
||||
with:
|
||||
use_fork_point: "true"
|
||||
files: |
|
||||
ui/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue