fix(artifact_proxy): remove invalid urls and do not ping on deploy (#425)

This commit is contained in:
Felix Angelov
2023-05-02 11:18:15 -05:00
committed by GitHub
parent b678a3d3b5
commit 1e0d39fc62
3 changed files with 0 additions and 13 deletions
@@ -51,6 +51,3 @@ jobs:
- name: Show Output
run: echo ${{ steps.deploy.outputs.url }}
- name: Ping
run: curl "${{ steps.deploy.outputs.url }}"