From 5e04ecc7ad6bf37b132a2c91b6cab6186a28eb88 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Tue, 22 Feb 2022 00:22:36 +0800 Subject: [PATCH] Add some fixes and stuff --- .github/workflows/ssh-debugging.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ssh-debugging.yml b/.github/workflows/ssh-debugging.yml index 639bf3a..92ab32b 100644 --- a/.github/workflows/ssh-debugging.yml +++ b/.github/workflows/ssh-debugging.yml @@ -1,10 +1,11 @@ name: SSH Debugging Session on: - workflow_dispatch + workflow_dispatch: jobs: ssh-debugging-dispatcher: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Start SSH session