From c3186db38c2e6554bdbe81bb65003e98a6e07bc5 Mon Sep 17 00:00:00 2001 From: tpikachu <46133358+tpikachu@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:05:17 -0600 Subject: [PATCH] logs --- dist/index.js | 2 ++ src/index.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dist/index.js b/dist/index.js index f326403..7119d43 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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( diff --git a/src/index.js b/src/index.js index 0fc9c21..9af9e85 100644 --- a/src/index.js +++ b/src/index.js @@ -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(