Fixed required shell property
This commit is contained in:
parent
1538a49fb9
commit
c6e1cfee51
@ -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
|
Loading…
x
Reference in New Issue
Block a user