mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
updating logging
This commit is contained in:
parent
b100f8dd6e
commit
cd6168908a
1 changed files with 3 additions and 1 deletions
|
|
@ -124,7 +124,9 @@ module.exports.communicateValidationOutcome = async function (
|
|||
|
||||
const pullRequestNumber = context.payload.pull_request.number;
|
||||
console.log('pullRequestNumber', pullRequestNumber);
|
||||
console.log('repo full', ...context.repo);
|
||||
console.log('context', context);
|
||||
|
||||
console.log('repo full', context.repo);
|
||||
// log owner
|
||||
console.log('owner', context.repo.owner);
|
||||
// repo name
|
||||
|
|
|
|||
Loading…
Reference in a new issue