Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 9, 2023
1 parent 4945d6c commit 89cc15e
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/import-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
upload-data:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
env:
NEXT_PUBLIC_SANITY_PROJECT_ID: ${{ inputs.sanity-project-id }}
NEXT_PUBLIC_SANITY_DATASET: ${{ inputs.sanity-project-dataset }}
Expand All @@ -30,16 +33,6 @@ jobs:

# correct CLI command (env sanity project should be with empty dataset):
# sanity dataset import prod-copy.tar.gz production
args: . dataset import ./prod-copy.tar.gz production
args: dataset import prod-copy.tar.gz production
- name: Add sanity webhook
run: ls

# run `npm fund` for details

# 3 vulnerabilities (1 low, 2 moderate)

# To address all issues, run:
# npm audit fix --force

# Run `npm audit` for details.
# - Resolving latest versions

0 comments on commit 89cc15e

Please sign in to comment.