Print proxy step outputs
This commit is contained in:
parent
5a8fab3748
commit
0de662d785
2 changed files with 12 additions and 0 deletions
6
.github/workflows/__start-proxy.yml
generated
vendored
6
.github/workflows/__start-proxy.yml
generated
vendored
|
|
@ -65,5 +65,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry_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"
|
||||||
}]'
|
}]'
|
||||||
|
|
||||||
|
- name: Print proxy outputs
|
||||||
|
run: |
|
||||||
|
echo "${{ steps.proxy.outputs.proxy_host }}"
|
||||||
|
echo "${{ steps.proxy.outputs.proxy_port }}"
|
||||||
|
echo "${{ steps.proxy.outputs.proxy_urls }}"
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_TEST_MODE: true
|
CODEQL_ACTION_TEST_MODE: true
|
||||||
|
|
|
||||||
|
|
@ -13,3 +13,9 @@ steps:
|
||||||
uses: ./../action/start-proxy
|
uses: ./../action/start-proxy
|
||||||
with:
|
with:
|
||||||
registry_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" }]'
|
||||||
|
|
||||||
|
- name: Print proxy outputs
|
||||||
|
run: |
|
||||||
|
echo "${{ steps.proxy.outputs.proxy_host }}"
|
||||||
|
echo "${{ steps.proxy.outputs.proxy_port }}"
|
||||||
|
echo "${{ steps.proxy.outputs.proxy_urls }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue