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:
Shuroii 2025-08-15 19:25:43 +02:00
parent 03fbeab01b
commit e2ab35b216

View file

@ -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: ""