Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosmoum committed Mar 20, 2020
1 parent 81658b0 commit 67e1fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function run() {

const octokit = new github.GitHub(githubToken);

console.log('About to request review from team ${teamName} for PR number ${pr.number}, on repo ${github.context.repo.owner}/${github.context.repo.repo}');
console.log('About to request review from team ' + teamName + ' for PR number ' + pr.number + ', on repo ' + github.context.repo.owner + '/' + github.context.repo.repo);
octokit.pulls.createReviewRequest({
owner: github.context.repo.owner,
repo: github.context.repo.repo,
Expand Down

0 comments on commit 67e1fb5

Please sign in to comment.