From 0f08ea03fc50b742800463b6bab3e422ecd0301c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:30:34 +0000 Subject: [PATCH 1/2] Initial plan From 377c2987cbc56628606f4e340c006e3294e48883 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:31:35 +0000 Subject: [PATCH 2/2] Fix broken authentication documentation link in action.yml Co-authored-by: pavelzw <29506042+pavelzw@users.noreply.github.com> --- 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: