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)
The text was updated successfully, but these errors were encountered:
With actions/toolkit#405 merged, we can now just pass the whole
Error
instance tosetFailed
, which means thecatch
clause can simplify to:.catch(core.setFailed)
The text was updated successfully, but these errors were encountered: