diff --git a/ruby-gem/action.yml b/ruby-gem/action.yml index 06776e8..10be13e 100644 --- a/ruby-gem/action.yml +++ b/ruby-gem/action.yml @@ -20,13 +20,13 @@ inputs: runs: using: 'composite' - env: - BUNDLE_GEMFILE: '${{ inputs.gemfile }}' - BUNDLER_VERSION: '${{ inputs.bundler }}' - RAILS_ENV: 'test' steps: - name: 'Set up Ruby' uses: ruby/setup-ruby@v1 + env: + BUNDLE_GEMFILE: '${{ inputs.gemfile }}' + BUNDLER_VERSION: '${{ inputs.bundler }}' + RAILS_ENV: 'test' with: bundler-cache: true bundler: '${{ inputs.bundler }}'