Shorten the description in action.yml

This commit is contained in:
Attila Večerek
2020-08-13 20:18:19 +02:00
committed by Benoit Daloze
parent 7ac926d65e
commit 33cc6f7238
+1 -1
View File
@@ -10,7 +10,7 @@ inputs:
required: false
default: 'default'
bundler:
description: 'The version of Bundler to install. Either none, 1, 2, latest or Gemfile.lock. In case of none and Gemfile.lock, the version is determined based on the BUNDLE_GEMFILE environment variable. If the variable is not set, it will default to Gemfile.lock. If a bundler option is not provided, it falls back to using "latest".'
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: