We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4b0f commit 832d4bbCopy full SHA for 832d4bb
tests/categories.js
@@ -11,7 +11,7 @@ const core = require('@actions/core');
11
*/
12
async function fetchCategories() {
13
const res = await fetch(
14
- 'https://raw.githubusercontent.com/2factorauth/passkeys.2fa.directory/master/data/categories.json', {
+ 'https://raw.githubusercontent.com/2factorauth/twofactorauth/master/tests/categories.json', {
15
headers: {
16
accept: 'application/json',
17
'user-agent': '2factorauth/passkeys +https://2fa.directory/bots',
0 commit comments