Method: Fastlane::Actions::EnvironmentVariableAction.description
- Defined in:
- fastlane/lib/fastlane/actions/environment_variable.rb
.description ⇒ Object
56 57 58 |
# File 'fastlane/lib/fastlane/actions/environment_variable.rb', line 56 def self.description "Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val`" end |