From d976b1c65adca5c6b043c4141b2836c7ef08a856 Mon Sep 17 00:00:00 2001 From: Shuroii Date: Fri, 15 Aug 2025 19:32:45 +0000 Subject: [PATCH] docs: clarify actions_cache_url_option (#866) 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. - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/866): docs: Clarify actions_cache_url_option [skip cascade] Co-authored-by: Shuroii Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/866 Reviewed-by: earl-warren Co-authored-by: Shuroii Co-committed-by: Shuroii --- internal/pkg/config/config.example.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/pkg/config/config.example.yaml b/internal/pkg/config/config.example.yaml index a3131b0b..ec12a8a1 100644 --- a/internal/pkg/config/config.example.yaml +++ b/internal/pkg/config/config.example.yaml @@ -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: ""