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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ When using `bundler-cache: true` you might notice there is no good place to run
168
168
These can be replaced by `BUNDLE_*` environment variables, which are also faster.
169
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
+
You might need to `"`-quote the environment variable name in YAML if it has unusual characters like `/`.
171
172
172
173
To perform caching, this action will use `bundle config --local path $PWD/vendor/bundle`.
173
174
Therefore, the Bundler `path` should not be changed in your workflow for the cache to work (no `bundle config path`).
0 commit comments