Skip to content

Commit

Permalink
Debug: Read variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent 45c07c6 commit d84c6af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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,13 @@ jobs:
- name: Deploy to xwp/stream-dist
run: |
ls -al /home/runner/.ssh
cat /home/runner/.ssh/known_hosts
echo ${{ env.DIST_REPO }}
echo ${{ env.DIST_BRANCH }}
echo ${{ env.DIST_TAG }}
echo ${{ env.COMMIT_MESSAGE }}
echo ${{ env.DIST_DIR }}
ls -al
export GIT_DIR="$DIST_DIR/.git"
export GIT_WORK_TREE="$DIST_DIR"
Expand Down

0 comments on commit d84c6af

Please sign in to comment.