Skip to content

Commit e90803a

Browse files
committed
Clarify how to find out the correct BUNDLE_ env var name
1 parent fdcfbcf commit e90803a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ as shown in the [example](#matrix-of-gemfiles).
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.
169169
They should be set the `env` at the job level as shown in the [example](#matrix-of-gemfiles).
170-
See the [Bundler docs](https://bundler.io/man/bundle-config.1.html) or look at `.bundle/config` locally for the environment variable names,
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.
171171

172172
To perform caching, this action will use `bundle config --local path $PWD/vendor/bundle`.
173173
Therefore, the Bundler `path` should not be changed in your workflow for the cache to work (no `bundle config path`).

0 commit comments

Comments
 (0)