Fixed registry URLs.

This commit is contained in:
2025-07-01 15:32:31 -07:00
parent da35c24335
commit bfa252bc7d
6 changed files with 21 additions and 6 deletions

View File

@@ -11,7 +11,10 @@ inputs:
url:
description: "Url of the NuGet repository."
required: true
default: ${{ github.server_url }}/_registry/nuget/${{ github.repository_owner }}/index.json
# This is for GitHub.
#default: ${{ github.server_url }}/_registry/nuget/${{ github.repository_owner }}/index.json
# This is for Gitea.
default: ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/nuget/index.json
username:
description: "Username for the nuget repository to search."
required: true