Skip to content

Commit

Permalink
Add debugging to demo data loading command
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
garrettjstevens committed Nov 19, 2024
1 parent 1433542 commit 50a689a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reload_demo_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
echo "INSTANCE_ADDRESS=$INSTANCE_ADDRESS" >> "$GITHUB_OUTPUT"
- name: Set up SSH
run: |
set -e
set -u
set -o pipefail
set -x
mkdir --parents ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/staging
chmod 600 ~/.ssh/staging
Expand Down

0 comments on commit 50a689a

Please sign in to comment.