Skip to content

Commit

Permalink
Specifying bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
salemlf committed Jan 29, 2024
1 parent 27589d2 commit 97b9d69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ inputs:
description: "Output path of the build"
required: false
default: "output.apk"
bundler-version:
description: "Bundler version to use"
default: "2.3"
required: false
fastlane-version:
description: "Fastlane version to use"
default: "2.219.0"
Expand All @@ -56,6 +60,7 @@ runs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ inputs.ruby-version }}
bundler: ${{ inputs.bundler-version }}
- id: "SETUP_NODE"
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 97b9d69

Please sign in to comment.