Skip to content

Commit 64c7479

Browse files
committed
update path
1 parent 82114f6 commit 64c7479

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/find/src/pluginManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ export async function loadBuiltInPlugins() {
5757
core.info('Loading built-in plugins')
5858

5959
// - this is the path where actions appear when they're used in a workflow/repo
60-
const pluginsPath = '/home/runner/work/_actions/github/accessibility-scanner/scanner-plugins/'
60+
console.log('__dirname: ' + __dirname)
61+
const pluginsPath = '~/home/runner/work/_actions/github/accessibility-scanner/scanner-plugins/'
6162
await loadPluginsFromPath({
6263
readPath: pluginsPath,
6364
importPath: pluginsPath,

0 commit comments

Comments
 (0)