Skip to content

Commit

Permalink
Debug: Read known_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent d4040a9 commit 45c07c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Deploy to xwp/stream-dist
run: |
ls -al /home/runner/.ssh
cat /home/runner/.ssh/config
cat /home/runner/.ssh/known_hosts
export GIT_DIR="$DIST_DIR/.git"
export GIT_WORK_TREE="$DIST_DIR"
Expand Down

0 comments on commit 45c07c6

Please sign in to comment.