From 7ac926d65e15084f233256529f676dde3e866bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ve=C4=8Derek?= Date: Tue, 11 Aug 2020 12:07:39 +0200 Subject: [PATCH] Update description of bundler input in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5172045..689e20c 100644 --- a/action.yml +++ b/action.yml @@ -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. The default tries Gemfile.lock and otherwise uses latest.' + 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".' required: false default: 'default' bundler-cache: