diff --git a/.github/actions/repo-dispatch/index.js b/.github/actions/repo-dispatch/index.js index 57ae166d5..c9e76b5ea 100644 --- a/.github/actions/repo-dispatch/index.js +++ b/.github/actions/repo-dispatch/index.js @@ -20,7 +20,7 @@ async function run() {//change function name console.log("THIS IS THE EVENT TYPE " + eventType) console.log("THIS IS THE CLIENT PAYLOAD " + clientPayload) - console.log("THIS IS THE CLIENT " + client) + console.log("THIS IS THE CLIENT " + JSON.stringify(client)) // Send a repository dispatch event to the specified repository await client.repos.createDispatchEvent({ owner, // Repository owner