Skip to content

Commit bd4e9ec

Browse files
authored
Update action.js
1 parent 1494401 commit bd4e9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const contentsUrlDoesMatch = file => target => {
3939
const contents_url = decodeURIComponent(file.contents_url);
4040
const contents_path = contents_url.substring(contents_url.indexOf("contents/"));
4141
const doesMatch = minimatch(contents_url, `contents/${target}`);
42+
console.log(contents_url, `contents/${target}`, doesMatch);
4243
return doesMatch;
4344
};
4445

0 commit comments

Comments
 (0)