vscode-github-actions
vscode-github-actions copied to clipboard
Trigger workflow not work
If I click the workflow trigger, nothing happens
workflow file
GitHub Actions v0.24.2
After some debug i found error
My workspace contains multiple repos
This code use workspaceUri
for get context.
But my workspaceUri
not include in gitHubContext.reposByUri
having the same issue. same end result - clicking "trigger workflow" does nothing, not sure the problem is the same. any way to debug this? the extension output doesn't show any warnings..
cschleiden can you assist? how can I tell what's going wrong?