Skip to content

Commit

Permalink
Update dolt-db-backup-juicebox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jigglyjams authored Aug 7, 2023
1 parent 3d936b3 commit 825aba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dolt-db-backup-juicebox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo bash -c 'curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash'
- name: Clone ${{ env.SPACE }} repository # Use the variable here
run: dolt clone nance/${{ env.SPACE }} $HOME/${{ env.SPACE }}
run: dolt clone jigglyjams/${{ env.SPACE }} $HOME/${{ env.SPACE }}

- name: Change dir, run dolt dump and save output
run: cd $HOME/${{ env.SPACE }} && dolt dump
Expand Down

0 comments on commit 825aba9

Please sign in to comment.