Skip to content

Commit 0231e67

Browse files
committed
Update categories URL
Depends on 2factorauth/twofactorauth#8233
1 parent b5e4b0f commit 0231e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/categories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const core = require('@actions/core');
1111
*/
1212
async function fetchCategories() {
1313
const res = await fetch(
14-
'https://raw.githubusercontent.com/2factorauth/passkeys.2fa.directory/master/data/categories.json', {
14+
'https://raw.githubusercontent.com/2factorauth/twofactorauth/master/tests/categories.json', {
1515
headers: {
1616
accept: 'application/json',
1717
'user-agent': '2factorauth/passkeys +https://2fa.directory/bots',

0 commit comments

Comments
 (0)