Skip to content

Commit

Permalink
Create ssh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK authored Feb 7, 2025
1 parent ffb6921 commit 29054a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: SSH
on:
workflow_dispatch:
jobs:
ssh:
runs-on: ubuntu-latest
steps:
- name: Debugging with ssh
uses: lhotari/action-upterm@v1

0 comments on commit 29054a5

Please sign in to comment.