Skip to content

Commit

Permalink
.github: enable fork-point while finding list of changes files
Browse files Browse the repository at this point in the history
Hit same issue as tj-actions/changed-files#355

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
  • Loading branch information
rohityadavcloud committed Apr 18, 2022
1 parent 023305e commit 976464c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ jobs:
id: java-changes
uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
with:
use_fork_point: "true"
files: |
**/*.java
- name: Changed UI Files
id: ui-changes
uses: tj-actions/changed-files@a59f800cbb60ed483623848e31be67659a2940f8
with:
use_fork_point: "true"
files: |
ui/*
Expand Down

0 comments on commit 976464c

Please sign in to comment.