Skip to content

Commit

Permalink
Print proxy step outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Dec 13, 2024
1 parent 5a8fab3 commit 0de662d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/__start-proxy.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pr-checks/checks/start-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 0de662d

Please sign in to comment.