Updated actions.
This commit is contained in:
@@ -32,6 +32,18 @@ inputs:
|
||||
description: "Directory to unzip the artifacts into. If not specified, the artifacts will not be unzipped."
|
||||
required: false
|
||||
default: ""
|
||||
nugetSources:
|
||||
description: "List of additional NuGet sources to use."
|
||||
required: false
|
||||
default: "https://gitea.studiowhy.net/api/packages/FORK/nuget/index.json"
|
||||
nugetUsernames:
|
||||
description: "List of additional NuGet usernames to use."
|
||||
required: false
|
||||
default: "${{ github.actor }}"
|
||||
nugetPasswords:
|
||||
description: "List of additional NuGet passwords to use."
|
||||
required: false
|
||||
default: "${{ github.token }}"
|
||||
# outputs:
|
||||
# query:
|
||||
# description: "The query result."
|
||||
@@ -52,3 +64,6 @@ runs:
|
||||
INPUTS: ${{ toJSON(inputs) }}
|
||||
with:
|
||||
command: run "${{ github.action_path }}/download-previous-artifacts.cs"
|
||||
nugetSources: ${{ inputs.nugetSources }}
|
||||
nugetUsernames: ${{ inputs.nugetUsernames }}
|
||||
nugetPasswords: ${{ inputs.nugetPasswords }}
|
||||
|
||||
@@ -38,7 +38,7 @@ runs:
|
||||
echo "::group::$NAME - Inputs"
|
||||
echo "${{ toJSON(inputs) }}"
|
||||
echo "::endgroup::"
|
||||
|
||||
|
||||
# GitHub
|
||||
#ROUTE="/_registry/nuget/${{ inputs.organization }}/query?"
|
||||
# Gitea
|
||||
|
||||
Reference in New Issue
Block a user