Print proxy step outputs

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

View file

@ -65,5 +65,11 @@ jobs:
with:
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:
CODEQL_ACTION_TEST_MODE: true

View file

@ -13,3 +13,9 @@ steps:
uses: ./../action/start-proxy
with:
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 }}"