Skip to content

Commit 70382c6

Browse files
authored
docs: add info about action support to FAQ (#1958)
1 parent 7627f7b commit 70382c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ Here's a list of tickets on the JetBrains side, along with proposed workarounds:
9191
IntelliJ will not re-resolve the dependency and even doing so in another way like actually executing the workflow
9292
script, IntelliJ still treats the classes as unresolved symbols. To get to a usable state again, you need to restart
9393
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

Comments
 (0)