We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a3e2 commit 9279b3eCopy full SHA for 9279b3e
index.ts
@@ -475,7 +475,7 @@ collect.set('isActionRun', [
475
'https://github.com/fregante/github-url-detection/actions/runs/294962314',
476
]);
477
478
-export const isNewAction = (url: URL | HTMLAnchorElement | Location = location): boolean => Boolean(getRepo(url)?.path === 'actions/new');
+export const isNewAction = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'actions/new';
479
collect.set('isNewAction', [
480
'https://github.com/sindresorhus/refined-github/actions/new',
481
0 commit comments