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 cdeaf53 commit d649a29Copy full SHA for d649a29
1 file changed
README.md
@@ -120,6 +120,7 @@ You can cache the installed gems with these two steps:
120
bundle install --jobs 4 --retry 3
121
```
122
123
+When using a single OS, replace `${{ matrix.os }}` with the OS.
124
When using a single job with a Ruby version, replace `${{ matrix.ruby }}` with the Ruby version.
125
When using `.ruby-version`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.ruby-version') }}`.
126
When using `.tool-versions`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.tool-versions') }}`.
0 commit comments