Skip to content

Open with SSH

Open with SSH #5

Workflow file for this run

name: Open with SSH
on:
# Triggers the workflow on push or pull request events but only for the main branch
# push:
# branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: shaowenchen/debugger-action@v2
name: debugger
timeout-minutes: 30
continue-on-error: true
with:
ngrok_token: ${{ secrets.NGROK_SSH_TOKEN }}