Open mr250792 opened 1 year ago
The extension uses the actions workflows API to populate the list of workflows in the sidebar. It is therefor limited by/ consistent with workflow creation in all of Github Actions. It mirrors the behavior of GitHub web UI.
For a workflow to be created (and show up in the sidebar) it needs to either: a) be checked into the default branch or b) have a run associated with it. If your workflow has a workflow dispatch trigger, a workaround would be to introduce another trigger like push to trigger one run.
Describe the bug Creating new action file in the new branch doesn't shows up the actions in the workflows section.
I have created a new branch from the
main
branch and added a new workflow filetest.yml
and tried two scenario to run the action in VSCodeTo Reproduce Steps to reproduce the behavior:
test.yml
Expected behavior It can show the list of newly created workflow action
Screenshots If applicable, add screenshots to help explain your problem.
Extension Version
v0.25.7
Additional context I am running in the Mac