Skip to content

Commit 28c75bb

Browse files
fix: update schema ID to use raw GitHub URL for Settings.schema.json
1 parent 9f94733 commit 28c75bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Settings.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://github.com/PSModule/Get-PSModuleSettings/schema.json",
3+
"$id": "https://raw.githubusercontent.com/PSModule/Get-PSModuleSettings/refs/heads/main/scripts/Settings.schema.json",
44
"title": "PSModule Settings",
55
"description": "Configuration schema for PSModule GitHub Action settings",
66
"type": "object",

0 commit comments

Comments
 (0)