Skip to content

Commit

Permalink
fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 11, 2023
1 parent 06e2ef7 commit 99cb0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/import-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
curl -X POST "https://api.sanity.io/v2021-10-04/hooks/projects/${{ inputs.sanity-project-id }}" \
-H "Authorization: Bearer ${{ secrets.SANITY_AUTH_TOKEN }}" \
-H "Content-Type: application/json" \
-d "{\
-d '{
{
"type":"document",
"name":"Sanity Studio",
Expand All @@ -49,7 +49,7 @@ jobs:
"headers": {
"Authorization": "Bearer ${{ secrets.VERCEL_PERSONAL_AUTH_TOKEN }}",
},
}"
}'
# - name: curl
# uses: enflo/curl-action@master
# with:
Expand Down

0 comments on commit 99cb0cd

Please sign in to comment.