.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:
Rohit Yadav 2022-04-18 14:46:32 +05:30
parent 023305e86d
commit 976464ccb9
1 changed files with 2 additions and 0 deletions

View File

@ -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/*