Skip to content

Commit 506d91e

Browse files
committed
temp: use fork's governments.yml while upstream PR is pending
Point at chrisns/government.github.com#add-uk-public-sector-orgs-202602 to pick up ~80 new UK public sector orgs ahead of github/government.github.com#1322 being merged.
1 parent 31e4ec5 commit 506d91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function getOrgs() {
1212
const allDepartments = yaml.safeLoad(
1313
await (
1414
await fetch(
15-
"https://raw.githubusercontent.com/github/government.github.com/gh-pages/_data/governments.yml"
15+
"https://raw.githubusercontent.com/chrisns/government.github.com/add-uk-public-sector-orgs-202602/_data/governments.yml"
1616
)
1717
).text()
1818
);

0 commit comments

Comments
 (0)