Fix typo'd input name
This commit is contained in:
parent
04cce6be94
commit
5a8fab3748
2 changed files with 2 additions and 2 deletions
2
.github/workflows/__start-proxy.yml
generated
vendored
2
.github/workflows/__start-proxy.yml
generated
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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" }]'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue