Skip to content

SSH

SSH #3

Workflow file for this run

name: SSH
on:
workflow_dispatch:
jobs:
ssh:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Debugging with ssh
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true