From 916f37ea976ec58b2bf1b75a103accff96343636 Mon Sep 17 00:00:00 2001 From: GolanTrevize10 <25170481+GolanTrevize10@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:02:04 +0200 Subject: [PATCH] Update alternative location documentation --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 734d0280..ad7bb785 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -627,7 +627,7 @@ If the runner is not able to access github.com, any Python versions requested du ### Using an alternative location to download Python distributions -If it is not an option for you to add the Python distributions in the runner's tool cache, another option is to have some mirror or files repository in your company network. You can define the mirror URL using the input `python_download_base_url`. The mirror must be setup in such a way that the Python distributions are available with the format `/actions/python-versions/releases//`. For example `/actions/python-versions/releases/download/3.10.18-15433209320/python-3.10.18-linux-22.04-x64.tar.gz` +If it is not an option for you to add the Python distributions in the runner's tool cache, another option is to have some mirror or files repository in your company network. You can define the mirror URL using the input `python_download_base_url`. The mirror must be setup in such a way that the Python distributions are available with the format `//`. For example `/3.10.18-15433209320/python-3.10.18-linux-22.04-x64.tar.gz`