Replies: 1 comment
-
In a JavaScript Action, you can do this workaround: const actionPath = `${__dirname}/..` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
The
GITHUB_ACTION_PATH
is not applicable in javascript action.Is there environment variable pointing to the current action script path?
Beta Was this translation helpful? Give feedback.
All reactions