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
With actions/toolkit#405 merged, we can now just pass the whole Error instance to setFailed, which means the catch clause can simplify to: .catch(core.setFailed)
With actions/toolkit#405 merged, we can now just pass the whole
Errorinstance tosetFailed, which means thecatchclause can simplify to:.catch(core.setFailed)