You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things like AQUILA_ACTION_DISCORD_WEBHOOK_IDENTIFIER don't work since the regex matches at AQUILA_ACTION_DISCORD_ and captures WEBHOOK_IDENTIFIER as grouped environment variable.
Things like
AQUILA_ACTION_DISCORD_WEBHOOK_IDENTIFIERdon't work since the regex matches atAQUILA_ACTION_DISCORD_and capturesWEBHOOK_IDENTIFIERas grouped environment variable.