Skip to content

Commit 070ed73

Browse files
committed
update path
1 parent 64c7479 commit 070ed73

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ export async function loadBuiltInPlugins() {
5858

5959
// - this is the path where actions appear when they're used in a workflow/repo
6060
console.log('__dirname: ' + __dirname)
61-
const pluginsPath = '~/home/runner/work/_actions/github/accessibility-scanner/scanner-plugins/'
61+
const pluginsPath = '../../../scanner-plugins/'
62+
63+
console.log('path.join(__dirname, "../../../scanner-plugins/"): ' + path.join(__dirname, pluginsPath))
6264
await loadPluginsFromPath({
6365
readPath: pluginsPath,
6466
importPath: pluginsPath,

0 commit comments

Comments
 (0)