Method: Fastlane::Actions::GithubApiAction.output
- Defined in:
- fastlane/lib/fastlane/actions/github_api.rb
.output ⇒ Object
149 150 151 152 153 154 155 |
# File 'fastlane/lib/fastlane/actions/github_api.rb', line 149 def output [ ['GITHUB_API_STATUS_CODE', 'The status code returned from the request'], ['GITHUB_API_RESPONSE', 'The full response body'], ['GITHUB_API_JSON', 'The parsed json returned from GitHub'] ] end |