From 30b235e7911293c7dddbb99928892e0d24fefbf3 Mon Sep 17 00:00:00 2001 From: lovegaoshi <106490582+lovegaoshi@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:16:17 +0000 Subject: [PATCH] debug --- .github/workflows/debug.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/debug.yaml diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml new file mode 100644 index 0000000..8b5c40c --- /dev/null +++ b/.github/workflows/debug.yaml @@ -0,0 +1,13 @@ +name: ssh-debug + +on: + workflow_dispatch: + +jobs: +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 \ No newline at end of file