module Fastlane::Actions

def self.lane_context

The shared hash can be accessed by any action and contains information like the screenshots path or beta URL
def self.lane_context
  @lane_context ||= {}
end