diff --git a/dist/index.js b/dist/index.js index 013b559..6644322 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1517,7 +1517,6 @@ module.exports = /******/ (function (modules, runtime) { function getSecurityVulnerabilities() { const repoArr = GITHUB_REPOSITORY.split('/') - console.log('repoArr', repoArr) const query = `query { repository(owner: "${repoArr[0]}", name: "${repoArr[1]}") { vulnerabilityAlerts(first: 99) {