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
I think the problem is that the vscode extension doesn't parse the filters and has no idea what the outputs of the action are.
So either the extension needs to be changed to parse the filters, or there needs to be some extra argument or comment you can add to actions that tells the extension about the outputs.
im getting this warning when using
with
if: steps.changes.outputs.book-made-up-name == 'true'
This is where the error appears. I only get this error with this github actionThe text was updated successfully, but these errors were encountered: