Skip to content

Commit

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

0 comments on commit d4040a9

Please sign in to comment.