Skip to content

Commit

Permalink
Merge branch 'padms/1626'
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Oct 30, 2023
2 parents 07869d1 + 128b063 commit 2286566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
uses: sanity-io/[email protected]
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY }}
STUDIO_CONFIG_PATH: './sanityv3'
with:
args: dataset export ${{ matrix.dataset }} backups/${{ matrix.dataset }}.tar.gz
args: ./sanityv3 dataset export ${{ matrix.dataset }} backups/${{ matrix.dataset }}.tar.gz
- name: Upload backup.tar.gz
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 2286566

Please sign in to comment.