From c0d7209ec39354d7aa1f4c6081153c49a466ef35 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:38:47 +0000 Subject: [PATCH] Fix broken authentication documentation link (#252) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fcdf2fa..3f9cea3 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ inputs: description: | Host to use for authentication. If not set, pixi is not authenticating. Requires `auth-token` or `auth-conda-token` or `auth-username` and `auth-password` to be set. - See https://prefix.dev/docs/pixi/authentication + See https://pixi.prefix.dev/latest/deployment/authentication/ auth-token: description: Token to use for authentication. auth-username: