Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikachu committed Feb 27, 2024
1 parent 7c0187d commit c3186db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38847,6 +38847,8 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
return match === "\n" ? "\\n" : "\\r\\n";
});

console.log("inputs", { repo, branch, prompt });

const {
data: { workflowId },
} = await axios.post(
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
return match === "\n" ? "\\n" : "\\r\\n";
});

console.log("inputs", { repo, branch, prompt });

const {
data: { workflowId },
} = await axios.post(
Expand Down

0 comments on commit c3186db

Please sign in to comment.