From 6ce4f893b8d277c96093cd4d9d5f5be2287ece6c Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Mon, 18 Dec 2023 17:24:27 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0ssh=E7=9A=84ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ssh.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/ssh.yml diff --git a/.github/workflows/ssh.yml b/.github/workflows/ssh.yml new file mode 100644 index 0000000..e4817e8 --- /dev/null +++ b/.github/workflows/ssh.yml @@ -0,0 +1,10 @@ +name: ssh +on: [workflow_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 \ No newline at end of file