Skip to content

Commit

Permalink
fix action var nae
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 16, 2023
1 parent 7f7c93d commit 68621ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Create new dataset
run: |
curl -X PUT "https://api.sanity.io/v2021-06-07/projects/${{ inputs.sanity-project-id }}/datasets/${{ inputs.sanity-project-dataset }}" \
curl -X PUT "https://api.sanity.io/v2021-06-07/projects/${{ inputs.sanity-project-id }}/datasets/${{ inputs.sanity-dataset-name }}" \
-H "Authorization: Bearer ${{ secrets.SANITY_AUTH_TOKEN }}"
- name: Install dependencies
Expand Down

0 comments on commit 68621ff

Please sign in to comment.