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
Is this action working correctly? I tried multiple parameters and I didn't manage to make it work. The Github Action step always get stuck and never ends (unless I add a timeout). I tried waiting for the checks to pass, adding failStepIfUnsuccessful: false and stopping my checks to see if it triggers... but no luck.
The text was updated successfully, but these errors were encountered:
Same here. I set this up in a dummy repository where I tested this action and it seemed to work fine. Then I added it in my real project repository and it does seem to hang there until time out is reached.
Is this action working correctly? I tried multiple parameters and I didn't manage to make it work. The Github Action step always get stuck and never ends (unless I add a timeout). I tried waiting for the checks to pass, adding
failStepIfUnsuccessful: false
and stopping my checks to see if it triggers... but no luck.The text was updated successfully, but these errors were encountered: