We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149ac30 commit 89dd4b4Copy full SHA for 89dd4b4
1 file changed
.github/workflows/blank.yml
@@ -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