More logging.

This commit is contained in:
2025-07-01 14:06:28 -07:00
parent 58768466b6
commit 9ffed504b7
2 changed files with 17 additions and 2 deletions

View File

@@ -34,6 +34,11 @@ runs:
- name: "Build route."
id: route
run: |
NAME="GitHub NuGet Query"
echo "::group::$NAME - Inputs"
echo "${{ toJSON(inputs) }}"
echo "::endgroup::"
# GitHub
#ROUTE="/_registry/nuget/${{ inputs.organization }}/query?"
# Gitea