Moved debug section.
This commit is contained in:
parent
0b0ef9e9f5
commit
7a15d3f360
2 changed files with 7 additions and 7 deletions
7
.github/actions/setup/action.yml
vendored
7
.github/actions/setup/action.yml
vendored
|
@ -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: |
|
||||
|
|
7
.github/workflows/install.yml
vendored
7
.github/workflows/install.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue