Skip to content

Commit 1d87d0d

Browse files
authored
Apply suggestions from code review
1 parent 9a513a0 commit 1d87d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# Update this URL to the schema.json from PRs to the spec, when needed.
117117
# If this variable is unset, dev will generally track the latest development
118118
# release of https://jsr.io/@bids/schema
119-
run: echo BIDS_SCHEMA=https://bids-specification--2044.org.readthedocs.build/en/2044/schema.json >> $GITHUB_ENV
119+
run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
120120

121121
- name: Validate all BIDS datasets using bids-validator
122122
run: |

0 commit comments

Comments
 (0)