workflow: debug logging
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
961889747b
commit
b01c0f80b7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||||
run: |
|
run: |
|
||||||
|
set -euxo pipefail
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
ssh-keyscan $MACHINE >> ~/.ssh/known_hosts
|
ssh-keyscan $MACHINE >> ~/.ssh/known_hosts
|
||||||
printf "%s" "$SSH_KEY" > ~/.ssh/key
|
printf "%s" "$SSH_KEY" > ~/.ssh/key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue