Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent 049b368 commit 9577ca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/get/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ async function main() {
for (const arg of args) {
argObjs.push(schema.parse(arg));
}
console.log(argObjs);

console.log('timezone:', timezone);
console.log('args:', argObjs);

const octokit = new Octokit({ auth: token });
const { repository, after } = github.context.payload;
Expand Down Expand Up @@ -61,7 +63,6 @@ async function main() {
imageTags.push(after);
}
const tag = imageTags.join('-');
console.log('Current directory:', process.cwd());

outputs.push({
path: argObj.path,
Expand Down

0 comments on commit 9577ca6

Please sign in to comment.