You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ as shown in the [example](#matrix-of-gemfiles).
166
166
167
167
When using `bundler-cache: true` you might notice there is no good place to run `bundle config ...` commands.
168
168
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).
170
170
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.
171
171
172
172
To perform caching, this action will use `bundle config --local path $PWD/vendor/bundle`.
0 commit comments