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'm not a VSCode expert but I don't think there's any way for any GitHub Actions to dynamically generate outputs. The only solution is to let users of this VSCode extensions to silence warnings:
Describe the bug
I found that the outputs of
dorny/paths-filter@v3
cannot be accessed with the following warning messages:However, the outputs of
tibdex/github-app-token@v2
can be accessed without the above warning messages.See the screenshots of these two in Screenshots.
For the records, although the warning messages showed up, the outputs of
dorny/paths-filter@v3
were printed correctly.To Reproduce
Copy and paste the following two code snippets:
Click to expand demo of 'paths-filter'
Click to expand demo of 'github-app-token'
Expected behavior
The warning messages shouldn't show up.
Screenshots
Extension Version
v0.26.2
Additional context
The text was updated successfully, but these errors were encountered: