File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var url = process.env.SLACK_WEBHOOK_URL;
55var prNum = process . env . PULL_REQUEST_NUMBER ;
66var prTitle = process . env . PULL_REQUEST_TITLE ;
77var prUrl = process . env . PULL_REQUEST_URL ;
8- var prBody = process . env . PULL_REQUEST_BODY || "No decription provided." ;
8+ var prBody = process . env . PULL_REQUEST_BODY || "No description provided." ;
99var authorName = process . env . PULL_REQUEST_AUTHOR_NAME ;
1010var authorIconUrl = process . env . PULL_REQUEST_AUTHOR_ICON_URL ;
1111var compareBranchName = process . env . PULL_REQUEST_COMPARE_BRANCH_NAME ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const url: string = process.env.SLACK_WEBHOOK_URL;
55const prNum : string = process . env . PULL_REQUEST_NUMBER ;
66const prTitle : string = process . env . PULL_REQUEST_TITLE ;
77const prUrl : string = process . env . PULL_REQUEST_URL ;
8- const prBody : string = process . env . PULL_REQUEST_BODY || "No decription provided." ;
8+ const prBody : string = process . env . PULL_REQUEST_BODY || "No description provided." ;
99const authorName : string = process . env . PULL_REQUEST_AUTHOR_NAME ;
1010const authorIconUrl : string = process . env . PULL_REQUEST_AUTHOR_ICON_URL ;
1111const compareBranchName : string = process . env . PULL_REQUEST_COMPARE_BRANCH_NAME ;
You can’t perform that action at this time.
0 commit comments