We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f9fc6 commit 2a5386fCopy full SHA for 2a5386f
README.md
@@ -107,7 +107,8 @@ You can cache the installed gems with these two steps:
107
bundle install --jobs 4 --retry 3
108
```
109
110
-When using a single job, replace `${{ matrix.ruby }}` with the ruby version used or `${{ hashFiles('.ruby-version') }}`.
+When using a single job with a Ruby version, replace `${{ matrix.ruby }}` with the Ruby version.
111
+When using `.ruby-version`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.ruby-version') }}`.
112
113
This uses the [cache action](https://github.com/actions/cache).
114
The code above is more complete version of the [Gem example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem).
0 commit comments