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 0529969 commit 9229cb2Copy full SHA for 9229cb2
src/index.js
@@ -7,7 +7,7 @@ const { issueCommand } = require('@actions/core/lib/command');
7
async function run(){
8
try{
9
const action = getInput("action");
10
- const matcherFile = path.join(__dirname, ".github", "problem-matcher.json");
+ const matcherFile = path.join(__dirname, "../", ".github", "problem-matcher.json");
11
switch(action){
12
case "add":
13
issueCommand("add-matcher", {}, matcherFile);
0 commit comments