Skip to content

Commit 0de662d

Browse files
committed
Print proxy step outputs
1 parent 5a8fab3 commit 0de662d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/__start-proxy.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/start-proxy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ steps:
1313
uses: ./../action/start-proxy
1414
with:
1515
registry_secrets: '[{ "type": "nuget_feed", "url": "https://api.nuget.org/v3/index.json" }]'
16+
17+
- name: Print proxy outputs
18+
run: |
19+
echo "${{ steps.proxy.outputs.proxy_host }}"
20+
echo "${{ steps.proxy.outputs.proxy_port }}"
21+
echo "${{ steps.proxy.outputs.proxy_urls }}"

0 commit comments

Comments
 (0)