Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const allDepartments = yaml.safeLoad(
await (
await fetch(
"https://raw.githubusercontent.com/chrisns/government.github.com/add-uk-public-sector-orgs-202602/_data/governments.yml"
"https://raw.githubusercontent.com/github/government.github.com/gh-pages/_data/governments.yml"
)
).text()
);
Expand Down Expand Up @@ -110,7 +110,7 @@
}
} catch (error) {
console.error(error);
if (error.status != 404) {

Check warning on line 113 in index.js

View workflow job for this annotation

GitHub Actions / build

Expected '!==' and instead saw '!='
throw error;
}
}
Expand Down
Loading