mirror of
https://github.com/jlengrand/github-repository-stats-action.git
synced 2026-03-10 08:21:21 +00:00
Cosmetics
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -19627,7 +19627,7 @@ async function main() {
|
||||
|
||||
let owner;
|
||||
let repo;
|
||||
if (repository.length != 0 ) {
|
||||
if (repository.length !== 0 ) {
|
||||
[owner, repo] = repository.split("/");
|
||||
|
||||
} else{
|
||||
@@ -19648,8 +19648,6 @@ async function main() {
|
||||
const token = core.getInput('access-token');
|
||||
console.log(`The token is ${token}!`);
|
||||
|
||||
|
||||
|
||||
console.log(`Found owner and repo : ${owner} and ${repo}`);
|
||||
|
||||
const octokit = github.getOctokit(token);
|
||||
|
||||
Reference in New Issue
Block a user