Skip to content

Commit 9e1af42

Browse files
committed
Check type
1 parent 939360e commit 9e1af42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/https-everywhere-labeller

.github/actions/https-everywhere-labeller/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async function run(alexa) {
9595
const fileList = response.data
9696

9797
fileList.forEach(file => {
98-
console.log(file);
98+
console.log(typeof file.filename);
9999
if(minimatch(file.filename, rulesetGlob)){
100100
console.log('passed match');
101101

0 commit comments

Comments
 (0)