Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisBoto authored Jun 14, 2022
1 parent 83bea35 commit 354358d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
run: echo "::set-output name=tunnel-url::$( curl http://127.0.0.1:4040/api/tunnels | jq -r ".tunnels[0].public_url" )"
shell: bash
- run: echo ${{ steps.print-tunnel-url.outputs.tunnel-url }}
shell: bash

- if: "${{ inputs.save_url_to_filename != '' }}"
run: echo ${{ steps.print-tunnel-url.outputs.tunnel-url }} > ${{ inputs.save_url_to_filename }}
Expand Down

0 comments on commit 354358d

Please sign in to comment.