From 7a15d3f3605c860a450bc9172c72ea4ddbcc3f99 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 10:20:16 +0300 Subject: [PATCH] Moved debug section. --- .github/actions/setup/action.yml | 7 ------- .github/workflows/install.yml | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 6fa4302..7d4fe9b 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -47,13 +47,6 @@ runs: ros install qlot echo .qlot/bin >> $GITHUB_PATH - - name: Start SSH session - uses: luchihoratiu/debug-via-ssh@main - with: - NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} - NGROK_REGION: eu - SSH_PASS: ${{ secrets.SSH_PASS }} - - name: Install Dependencies shell: bash run: | diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 6ac3ab6..64648f7 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -63,6 +63,13 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Start SSH session + uses: luchihoratiu/debug-via-ssh@main + with: + NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} + NGROK_REGION: eu + SSH_PASS: ${{ secrets.SSH_PASS }} + - uses: 40ants/cl-info/.github/actions/setup@custom-action - name: Install System run: |