Skip to content

Commit 7abfe9e

Browse files
authored
Merge pull request #37 from stoovon/sm-fix-url
Actions URI has changed. Update to use correct URI.
2 parents deaa910 + dade743 commit 7abfe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Actor {
201201
core.error(error)
202202
core.setFailed("Failed to merge")
203203

204-
const linkToCI = `https://github.com/${thisRepo.owner}/${thisRepo.repo}/runs/${process.env.GITHUB_RUN_ID}?check_suite_focus=true`
204+
const linkToCI = `https://github.com/${thisRepo.owner}/${thisRepo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}?check_suite_focus=true`
205205
await octokit.issues.createComment({ ...thisRepo, issue_number: issue.number, body: `There was an issue merging, maybe try again ${sender}. <a href="${linkToCI}">Details</a>` });
206206
}
207207
}

0 commit comments

Comments
 (0)