Method: Fastlane::Actions::GetGithubReleaseAction.output
- Defined in:
- fastlane/lib/fastlane/actions/get_github_release.rb
.output ⇒ Object
104 105 106 107 108 |
# File 'fastlane/lib/fastlane/actions/get_github_release.rb', line 104 def self.output [ ['GET_GITHUB_RELEASE_INFO', 'Contains all the information about this release'] ] end |