You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions Extension supports only "/.github/workflows//*.{yml,yaml}" .
We often place composite actions in .github/actions/${SOME_ACTIONS} directories.
We can deal with this by specifying the file decision in vscode to github-actions-workflow, but it is probably easier to handle this as yaml.
Known Issues
syntax highlight does not work
code completion will not work (why?
The text was updated successfully, but these errors were encountered:
GitHub Actions Extension supports only "/.github/workflows//*.{yml,yaml}" .
We often place composite actions in
.github/actions/${SOME_ACTIONS}
directories.We can deal with this by specifying the file decision in vscode to github-actions-workflow, but it is probably easier to handle this as yaml.
Known Issues
The text was updated successfully, but these errors were encountered: