I want to create an IF action that checks if a certain application is running.
As you know, this action uses the full path to the executable in order to check if it is running:
What if I am using different runner machines, each with their own usernames in the path to the app?
I would want to wildcard the part that is variable to avoid the bot breaking.
My problem is that wildcards (*) does not seem to work in this instance. For example, if I wildcard the username like below, the bot will not register that the application is running:
What would you do to get around this?