We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939360e commit 9e1af42Copy full SHA for 9e1af42
1 file changed
.github/actions/https-everywhere-labeller/index.js
@@ -95,7 +95,7 @@ async function run(alexa) {
95
const fileList = response.data
96
97
fileList.forEach(file => {
98
- console.log(file);
+ console.log(typeof file.filename);
99
if(minimatch(file.filename, rulesetGlob)){
100
console.log('passed match');
101
0 commit comments