Add support for setting a working directory

This commit is contained in:
Chris Bailey
2020-04-18 13:22:34 +02:00
committed by Benoit Daloze
parent ec106b438a
commit 29eefdda13
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ inputs:
description: 'The version of Bundler to install. Either none, 1, 2, latest or Gemfile.lock. The default tries Gemfile.lock and otherwise uses latest.'
required: false
default: 'default'
working-directory:
description: 'The working directory to use for this path. Useful if files like .ruby-version are somewhere other than the root of your repository. Defaults to leaving it unchanged.'
required: false
default: '.'
outputs:
ruby-prefix:
description: 'The prefix of the installed ruby'