Fixed required shell property

This commit is contained in:
Dmitriy Shishkov 2022-02-26 23:08:01 +03:00
parent 1538a49fb9
commit c6e1cfee51
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060

View File

@ -25,5 +25,8 @@ runs:
using: "composite"
steps:
- run: brew install -cask ngrok
shell: bash
- run: ngrok authtoken ${{ inputs.ngrok_authtoken }}
- run: (ngrok ${{ inputs.protocol }} ${{ inputs.port }}) & sleep ${{ inputs.timeout }} ; kill $!
shell: bash
- run: (ngrok ${{ inputs.protocol }} ${{ inputs.port }}) & sleep ${{ inputs.timeout }} ; kill $!
shell: bash