Skip to content

Commit b17cc87

Browse files
committed
chore: Remove commented out code and unused imports in index.js
1 parent e90ecaa commit b17cc87

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const core = require('@actions/core');
22
const github = require('@actions/github');
33
const { NodeSSH } = require('node-ssh');
4-
// http request to our server to /check-github-sponsorship POST
54
const axios = require('axios');
65

76
const ssh = new NodeSSH();
@@ -28,7 +27,6 @@ async function run() {
2827
await console.log(`Target: ${target}`);
2928
await console.log(`SHA: ${sha}`);
3029

31-
// let githubRepoOwner = github.context.repository.full_name.split('/')[0];
3230
let githubRepoOwner = github.context.payload.repository.owner.login;
3331
await console.log('Checking if the user is a sponsor [' + githubRepoOwner + ']');
3432

0 commit comments

Comments
 (0)