We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1494401 commit bd4e9ecCopy full SHA for bd4e9ec
action.js
@@ -39,6 +39,7 @@ const contentsUrlDoesMatch = file => target => {
39
const contents_url = decodeURIComponent(file.contents_url);
40
const contents_path = contents_url.substring(contents_url.indexOf("contents/"));
41
const doesMatch = minimatch(contents_url, `contents/${target}`);
42
+ console.log(contents_url, `contents/${target}`, doesMatch);
43
return doesMatch;
44
};
45
0 commit comments