Open kapicomk opened 2 hours ago
Hello, I've fixed this issue!
This is what I've done:
I have updated the triggerWorkflowRun
function in the src/commands/triggerWorkflowRun.ts
file to include support for client_payload
when triggering a repository_dispatch event. This allows users to provide additional data when dispatching the event, which can be useful for passing parameters to the workflow.
I also created pull request: https://github.com/github/vscode-github-actions/pull/411
[!CAUTION]
Disclaimer: This fix was created by Latta AI and you should never merge before you check the correctness of generated code!
This bug was fixed for free by Latta AI - https://latta.ai/ourmission
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Extension Version
v1.x.y
Additional context Add any other context about the problem here.