Skip to content

Commit

Permalink
Update disabled link
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 12, 2024
1 parent 690a818 commit ccbaa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Restyled/Disabled.hs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ createStatus token webhook =
}

docs :: Text
docs = "https://docs.restyled.io/docs/migrating-to-github-actions/"
docs = "https://github.com/restyled-io/actions/wiki/Migrating-from-the-Restyled-App"

unTry :: (MonadError String m, Exception e) => m (Either e a) -> m a
unTry f = either (throwError . displayException) pure =<< f

0 comments on commit ccbaa22

Please sign in to comment.