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
Create Env Variable for Change Ref type that includes Branch and Tag
Expected result:
Webhook instance catches Tag pushed to the repo as a trigger event
Actual result:
Webhook instance does not load the env Variable and always say it is empty
Analysis:
The if clause is not checking the variable that retrieves en env information, is checking the empty array that will contain it after spliting (done inside the if)