Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Jul 15, 2023
1 parent c6040eb commit 539011a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changed-files/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ async function run() {
}
}

console.log("Changed files", changedPaths);
console.log("Required paths matched", requiredPathsMatched);

core.setOutput("changed_files", changedPaths.join(","));
core.setOutput("required_paths_matched", requiredPathsMatched.toString());

Expand Down

0 comments on commit 539011a

Please sign in to comment.