Skip to content

Commit 89dd4b4

Browse files
authored
Create blank.yml
1 parent 149ac30 commit 89dd4b4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/blank.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Run SSHX Command
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
run-sshx:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Run SSHX Installation
12+
run: curl -sSf https://sshx.io/get | sh
13+

0 commit comments

Comments
 (0)