File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -31211,8 +31211,6 @@ async function main() {
3121131211 repo: github.context.payload.repository.name,
3121231212 pull_number: github.context.payload.number
3121331213 });
31214- console.log("listCommits:")
31215- console.log(listCommits)
3121631214 const lastCommit = listCommits.slice(0);
3121731215 console.log(lastCommit[0].commit.message);
3121831216 const lastCommitMessage = lastCommit[0].commit.message;
Original file line number Diff line number Diff line change @@ -118,8 +118,6 @@ async function main() {
118118 repo : github . context . payload . repository . name ,
119119 pull_number : github . context . payload . number
120120 } ) ;
121- console . log ( "listCommits:" )
122- console . log ( listCommits )
123121 const lastCommit = listCommits . slice ( 0 ) ;
124122 console . log ( lastCommit [ 0 ] . commit . message ) ;
125123 const lastCommitMessage = lastCommit [ 0 ] . commit . message ;
You can’t perform that action at this time.
0 commit comments