Skip to content

Commit db5b911

Browse files
authored
Add mise.toml to action.yml
1 parent b1eb2a4 commit db5b911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
icon: download
77
inputs:
88
ruby-version:
9-
description: 'Engine and version to use, see the syntax in the README. Reads from .ruby-version or .tool-versions if unset.'
9+
description: 'Engine and version to use, see the syntax in the README. Reads from .ruby-version, .tool-versions or mise.toml if unset.'
1010
default: 'default'
1111
rubygems:
1212
description: |
@@ -26,7 +26,7 @@ inputs:
2626
description: 'Run "bundle install", and cache the result automatically. Either true or false.'
2727
default: 'false'
2828
working-directory:
29-
description: 'The working directory to use for resolving paths for .ruby-version, .tool-versions and Gemfile.lock.'
29+
description: 'The working directory to use for resolving paths for .ruby-version, .tool-versions, mise.toml and Gemfile.lock.'
3030
cache-version:
3131
description: |
3232
Arbitrary string that will be added to the cache key of the bundler cache. Set or change it if you need

0 commit comments

Comments
 (0)