mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
chore: revise github actions (#13612)
* chore: rename actions * chore: fix path maintainer build * feat: prepare script for node20 * chore: fix semgrep cant access secret
This commit is contained in:
@@ -44,6 +44,9 @@ async function parseBodyRoutes(body, core) {
|
||||
}
|
||||
|
||||
async function getMaintainersByRoutes(routes, core) {
|
||||
// TODO: change me when https://github.com/actions/github-script is run on node20
|
||||
// const response = await fetch(maintainerURL);
|
||||
// const maintainers = await response.json();
|
||||
const maintainers = await got(maintainerURL).json();
|
||||
|
||||
return routes.map((e) => {
|
||||
|
||||
Reference in New Issue
Block a user