Improve the README, move the working directory section, mention $BUNDLE_GEMFILE

This commit is contained in:
Benoit Daloze
2020-08-13 20:34:29 +02:00
parent 273e7443b6
commit 312f3d08ba
2 changed files with 13 additions and 14 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ inputs:
required: false
default: 'default'
bundler:
description: 'The version of Bundler to install. Either none, 1, 2, latest or Gemfile.lock. For Gemfile.lock, the version is determined based on the BUNDLED WITH section from the file ($BUNDLE_GEMFILE || Gemfile).lock. Defaults to Gemfile.lock if it exists and latest otherwise.'
description: |
The version of Bundler to install. Either 'none', 1, 2, 'latest' or 'Gemfile.lock'.
For 'Gemfile.lock', the version is determined based on the BUNDLED WITH section from the file ($BUNDLE_GEMFILE || Gemfile).lock.
Defaults to 'Gemfile.lock' if it exists and 'latest' otherwise.
required: false
default: 'default'
bundler-cache: