Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 6, 2024
1 parent b1cf416 commit a4f9735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/filter-paths/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function match_filter(patterns: string[], files: string[]) {
}

async function run() {
console.log(JSON.stringify(context, null, 2));
const filter_name = getInput("filter");
const path = getInput("path") || ".github/filters.json";
const token = getInput("token");
Expand Down

0 comments on commit a4f9735

Please sign in to comment.