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
With some actions I don't get autocomplete and I'm wondering what info/files does an action need to have in its repo for this extension to provide autocomplete.
This is one example where I don't get autocomplete and also get errors because the extension isn't recognizing the action at all:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With some actions I don't get autocomplete and I'm wondering what info/files does an action need to have in its repo for this extension to provide autocomplete.
This is one example where I don't get autocomplete and also get errors because the extension isn't recognizing the action at all:
https://github.com/serverless/github-action
Is it because the action doesn't have
action.yml
file in its repo, if not then what's the reason so I can make a PR and add the necessary files/ info?Beta Was this translation helpful? Give feedback.
All reactions