diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index e25c3c02e5..fca584acac 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -4,7 +4,7 @@ on: push: branches: [ master ] schedule: - - cron: '15 */12 * * *' + - cron: '0 */12 * * *' permissions: write-all diff --git a/index.js b/index.js index 6856eb7953..826a5a5478 100644 --- a/index.js +++ b/index.js @@ -59,6 +59,11 @@ function writeReadme() { } } + // Resolved corrections + if(d[k].type === 'github' && d[k].resolved.startsWith('EIGHTFINITE/top-user-agents#')) { // top-user-agents + d[k].resolved = 'EIGHTFINITE/top-user-agents#main' + } + // Version d[k].version = pkg.name + '@' + pkg.version