Skip to content

Commit

Permalink
stringify object
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 18, 2024
1 parent 614e33f commit 992049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/repo-dispatch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 992049c

Please sign in to comment.