Added debug session.
This commit is contained in:
parent
9aefa587fa
commit
dfd551bbf6
1 changed files with 6 additions and 0 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
@ -32,4 +32,10 @@ jobs:
|
||||||
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
||||||
with:
|
with:
|
||||||
asdf-system: cl-info
|
asdf-system: cl-info
|
||||||
|
- 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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue