Returns the name or ID of the currently running action or step.
For scripts without an ID, GitHub uses __run. Repeated invocations get numeric suffixes (e.g. __run_2).
__run
__run_2
The name or ID of the currently running action or step, or an empty string if not set.
Returns the name or ID of the currently running action or step.
For scripts without an ID, GitHub uses
__run. Repeated invocations get numeric suffixes (e.g.__run_2).