Method: Fastlane::Actions::GetGithubReleaseAction.sample_return_value
- Defined in:
- fastlane/lib/fastlane/actions/get_github_release.rb
.sample_return_value ⇒ Object
165 166 167 168 169 |
# File 'fastlane/lib/fastlane/actions/get_github_release.rb', line 165 def self.sample_return_value { "name" => "name" } end |