We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7627f7b commit 70382c6Copy full SHA for 70382c6
1 file changed
docs/faq.md
@@ -91,3 +91,8 @@ Here's a list of tickets on the JetBrains side, along with proposed workarounds:
91
IntelliJ will not re-resolve the dependency and even doing so in another way like actually executing the workflow
92
script, IntelliJ still treats the classes as unresolved symbols. To get to a usable state again, you need to restart
93
the whole IDE, just closing and re-opening the project is not sufficient.
94
+
95
+## How do I add support for a given action?
96
97
+By default, you can use any action you want, it's just it may not have typings configured yet. To learn more, see
98
+[Using actions](user-guide/using-actions.md).
0 commit comments