Skip to content

Commit 7624f0a

Browse files
authored
fix: change url of the github-action.json (#1014)
Change path of the github-action.json Document is moved to a new URL https://www.schemastore.org/github-action.json
1 parent 1acd69f commit 7624f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-shared-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
--time-cond github-action.json \
108108
--etag-save github-action.json-etag \
109109
--etag-compare github-action.json-etag \
110-
https://json.schemastore.org/github-action.json);
110+
https://www.schemastore.org/github-action.json);
111111
112112
curl_exit_code="${?}";
113113

0 commit comments

Comments
 (0)