Skip to content

Commit

Permalink
Fix repo and owner in links
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Feb 28, 2020
1 parent 11421f2 commit 1ac700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function main() {
const lcov = await parse(raw)

const options = {
repository: `${context.owner}/${context.repo}`,
repository: `${context.repo.owner}/${context.repo.repo}`,
pr: event.pull_request.number,
commit: event.after,
prefix: `${process.env.GITHUB_WORKSPACE}/`,
Expand Down

0 comments on commit 1ac700a

Please sign in to comment.