docs: Clarify actions_cache_url_option
The other setting that asks you for a URL as input does so while specifically stating it should have a trailing slash. This commit adds similar clarification to the other setting.
This commit is contained in:
parent
03fbeab01b
commit
e2ab35b216
1 changed files with 4 additions and 4 deletions
|
|
@ -140,10 +140,10 @@ cache:
|
|||
#
|
||||
proxy_port: 0
|
||||
#
|
||||
# Overrides the ACTIONS_CACHE_URL passed to workflow
|
||||
# containers. This should only be used if the runner host is not
|
||||
# reachable from the workflow containers, and requires further
|
||||
# setup.
|
||||
# Overrides the ACTIONS_CACHE_URL variable passed to workflow
|
||||
# containers. The URL should generally not end with "/". This should only
|
||||
# be used if the runner host is not reachable from the workflow containers,
|
||||
# and requires further setup.
|
||||
#
|
||||
actions_cache_url_override: ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue