Skip to content

Commit 7b5a902

Browse files
committed
Typo
1 parent e90803a commit 7b5a902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ as shown in the [example](#matrix-of-gemfiles).
166166

167167
When using `bundler-cache: true` you might notice there is no good place to run `bundle config ...` commands.
168168
These can be replaced by `BUNDLE_*` environment variables, which are also faster.
169-
They should be set the `env` at the job level as shown in the [example](#matrix-of-gemfiles).
169+
They should be set in the `env` at the job level as shown in the [example](#matrix-of-gemfiles).
170170
To find the correct the environment variable name, see the [Bundler docs](https://bundler.io/man/bundle-config.1.html) or look at `.bundle/config` after running `bundle config --local KEY VALUE` locally.
171171

172172
To perform caching, this action will use `bundle config --local path $PWD/vendor/bundle`.

0 commit comments

Comments
 (0)