Sha256: d5bb5a24744f162c05d5793e2f4f043844478eb490e7e7424958188f3ad1ff09

Contents?: true

Size: 395 Bytes

Versions: 28

Compression:

Stored size: 395 Bytes

Contents

module Fastlane
  module Actions
    module SharedValues
      [[NAME_UP]]_CUSTOM_VALUE = :[[NAME_UP]]_CUSTOM_VALUE
    end

    class [[NAME_CLASS]]
      def self.run(params)
        puts "My Ruby Code!"
        # puts "Parameter: #{params.first}"
        # sh "shellcommand ./path"

        # Actions.lane_context[SharedValues::[[NAME_UP]]_CUSTOM_VALUE] = "my_val"
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
fastlane-0.6.1 lib/assets/custom_action_template.rb
fastlane-0.6.0 lib/assets/custom_action_template.rb
fastlane-0.5.0 lib/assets/custom_action_template.rb
fastlane-0.4.2 lib/assets/custom_action_template.rb
fastlane-0.4.1 lib/assets/custom_action_template.rb
fastlane-0.4.0 lib/assets/custom_action_template.rb
fastlane-0.3.0 lib/assets/custom_action_template.rb
fastlane-0.2.1 lib/assets/custom_action_template.rb
fastlane-0.2.0 lib/assets/custom_action_template.rb
fastlane-0.1.19 lib/assets/custom_action_template.rb
fastlane-0.1.18 lib/assets/custom_action_template.rb
fastlane-0.1.17 lib/assets/custom_action_template.rb
fastlane-0.1.16 lib/assets/custom_action_template.rb
fastlane-0.1.15 lib/assets/custom_action_template.rb
fastlane-0.1.14 lib/assets/custom_action_template.rb
fastlane-0.1.13 lib/assets/custom_action_template.rb
fastlane-0.1.12 lib/assets/custom_action_template.rb
fastlane-0.1.10 lib/assets/custom_action_template.rb
fastlane-0.1.9 lib/assets/custom_action_template.rb
fastlane-0.1.8 lib/assets/custom_action_template.rb