From 5a8fab37488c677964074f69a090b38f81e22015 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 13 Dec 2024 16:53:17 +0000 Subject: [PATCH] Fix typo'd input name --- .github/workflows/__start-proxy.yml | 2 +- pr-checks/checks/start-proxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__start-proxy.yml b/.github/workflows/__start-proxy.yml index 3b5fc0478..9be05f932 100644 --- a/.github/workflows/__start-proxy.yml +++ b/.github/workflows/__start-proxy.yml @@ -63,7 +63,7 @@ jobs: id: proxy uses: ./../action/start-proxy with: - registries_secrets: '[{ "type": "nuget_feed", "url": "https://api.nuget.org/v3/index.json" + registry_secrets: '[{ "type": "nuget_feed", "url": "https://api.nuget.org/v3/index.json" }]' env: CODEQL_ACTION_TEST_MODE: true diff --git a/pr-checks/checks/start-proxy.yml b/pr-checks/checks/start-proxy.yml index a459737a6..064458699 100644 --- a/pr-checks/checks/start-proxy.yml +++ b/pr-checks/checks/start-proxy.yml @@ -12,4 +12,4 @@ steps: id: proxy uses: ./../action/start-proxy with: - registries_secrets: '[{ "type": "nuget_feed", "url": "https://api.nuget.org/v3/index.json" }]' + registry_secrets: '[{ "type": "nuget_feed", "url": "https://api.nuget.org/v3/index.json" }]'