fastlane/lib/fastlane/actions/ifttt.rb in fastlane-2.101.1 vs fastlane/lib/fastlane/actions/ifttt.rb in fastlane-2.102.0

- old
+ new

@@ -26,10 +26,10 @@ ##################################################### # @!group Documentation ##################################################### def self.description - "Connect to the IFTTT Maker Channel. https://ifttt.com/maker" + "Connect to the [IFTTT Maker Channel](https://ifttt.com/maker)" end def self.details "Connect to the IFTTT [Maker Channel](https://ifttt.com/maker). An IFTTT Recipe has two components: a Trigger and an Action. In this case, the Trigger will fire every time the Maker Channel receives a web request (made by this _fastlane_ action) to notify it of an event. The Action can be anything that IFTTT supports: email, SMS, etc." end