Skip to content

Commit ff7e3d9

Browse files
committed
Add working-directory input to match ruby/setup-ruby
1 parent 48e7d2b commit ff7e3d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ inputs:
1010
description: 'The version of Bundler to install. Either none, 1, 2, latest or Gemfile.lock. The default tries Gemfile.lock and otherwise uses latest.'
1111
required: false
1212
default: 'default'
13+
working-directory:
14+
description: 'The working directory to use for resolving paths for .ruby-version, .tool-versions and Gemfile.lock.'
15+
required: false
16+
default: '.'
1317
apt-get:
1418
description: 'Ubuntu - install packages'
1519
default: ''

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ruby-pkgs",
3-
"version": "0.1.0",
3+
"version": "1.5.0",
44
"description": "Install packages and update builds tools for Ruby",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)