Skip to content

Commit

Permalink
removecomment
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 19, 2024
1 parent 78f367b commit 7a02916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/repo-dispatch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ async function run() {//change function name
console.log("THIS IS THE CLIENT, rest, repos " + JSON.stringify(client.rest.repos))
// Send a repository dispatch event to the specified repository
await client.rest.repos.createDispatchEvent({
owner, // Repository owner
repo, // Repository name
owner,
repo,
event_type: eventType, // Custom event type to trigger the workflow
// Additional data to send with the event (optional)
client_payload: JSON.parse(clientPayload || {}),
Expand Down

0 comments on commit 7a02916

Please sign in to comment.