Skip to content

Implement disableParentheses option (GH-16) #4

Implement disableParentheses option (GH-16)

Implement disableParentheses option (GH-16) #4

Workflow file for this run

name: playground
on:
push:
branches: [ master ]
jobs:
deploy:
environment:
name: Playground
url: https://playground.typesnippet.org/mui-phone-input
runs-on: ubuntu-latest
steps:
- name: Run deployment script on server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY_ED25519 }}
port: ${{ secrets.PORT }}
script: bash ~/mui-phone-input/examples/deploy.sh