Fix typo'd input name

This commit is contained in:
Michael B. Gale 2024-12-13 16:53:17 +00:00
parent 04cce6be94
commit 5a8fab3748
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ jobs:
id: proxy id: proxy
uses: ./../action/start-proxy uses: ./../action/start-proxy
with: 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: env:
CODEQL_ACTION_TEST_MODE: true CODEQL_ACTION_TEST_MODE: true

View file

@ -12,4 +12,4 @@ steps:
id: proxy id: proxy
uses: ./../action/start-proxy uses: ./../action/start-proxy
with: 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" }]'