Skip to content

Commit 40c9a47

Browse files
committed
chore: update generated file
1 parent 9229cb2 commit 40c9a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ const { issueCommand } = __webpack_require__(431);
364364
async function run(){
365365
try{
366366
const action = getInput("action");
367-
const matcherFile = path.join(__dirname, ".github", "problem-matcher.json");
367+
const matcherFile = path.join(__dirname, "../", ".github", "problem-matcher.json");
368368
switch(action){
369369
case "add":
370370
issueCommand("add-matcher", {}, matcherFile);

0 commit comments

Comments
 (0)