Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 8, 2023
1 parent 44d322f commit 881a006
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/import-dataset.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload dataset for cloned project
name: Upload data to sanity project

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ on:
type: string

jobs:
backup-dataset:
upload-dataset:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_SANITY_PROJECT_ID: ${{ inputs.sanity-project-id }}
Expand All @@ -28,14 +28,7 @@ jobs:
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_AUTH_TOKEN }}
with:
args: . dataset export production backups/backup.tar.gz
- name: Upload backup.tar.gz
uses: actions/upload-artifact@v2
with:
name: backup-tarball
path: backups/backup.tar.gz
# Fails the workflow if no files are found; defaults to 'warn'
if-no-files-found: error
args: . debug --secrets
# jobs:
# upload-dataset:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 881a006

Please sign in to comment.