Skip to content

Commit 5d402f6

Browse files
authored
Merge pull request #583 from olehermanse/master
GH Action: Fixed --index argument according to validation rules
2 parents dc1963d + 7d2e9d0 commit 5d402f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141

4242
# Validate index fields
4343
- name: Validate fields
44-
run: cfbs validate --index cfbs.json
44+
run: cfbs validate --index ./cfbs.json

0 commit comments

Comments
 (0)