fastlane/lib/fastlane/actions/slather.rb in fastlane-2.217.0 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.218.0
- old
+ new
@@ -165,10 +165,10 @@
env_name: "FL_SLATHER_INPUT_FORMAT", # The name of the environment variable
description: "The input format that slather should look for",
optional: true),
FastlaneCore::ConfigItem.new(key: :github,
env_name: "FL_SLATHER_GITHUB_ENABLED", # The name of the environment variable
- description: "Tell slather that it is running on Github Actions",
+ description: "Tell slather that it is running on GitHub Actions",
type: Boolean,
optional: true),
FastlaneCore::ConfigItem.new(key: :buildkite,
env_name: "FL_SLATHER_BUILDKITE_ENABLED", # The name of the environment variable
description: "Tell slather that it is running on Buildkite",