Skip to content

Commit

Permalink
Revert "Remove special case for top-user-agents"
Browse files Browse the repository at this point in the history
This reverts commit 101fe05.
  • Loading branch information
kevinvanrijn committed Aug 20, 2024
1 parent d2b8701 commit 82da298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
schedule:
- cron: '15 */12 * * *'
- cron: '0 */12 * * *'

permissions: write-all

Expand Down
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82da298

Please sign in to comment.