Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
rreynier committed Oct 9, 2024
1 parent bc84ee7 commit 9c2701f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const repositoryToken = core.getInput('repository_token');
const repositoryOwner = core.getInput('repository_owner');
const repositoryName = core.getInput('repository_name');

console.log('owner', repositoryOwner);
console.log('name', repositoryName);

const octokit = github.getOctokit(repositoryToken);

(async () => {
Expand Down

0 comments on commit 9c2701f

Please sign in to comment.