We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82114f6 commit 64c7479Copy full SHA for 64c7479
1 file changed
.github/actions/find/src/pluginManager.ts
@@ -57,7 +57,8 @@ export async function loadBuiltInPlugins() {
57
core.info('Loading built-in plugins')
58
59
// - 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/'
+ console.log('__dirname: ' + __dirname)
61
+ const pluginsPath = '~/home/runner/work/_actions/github/accessibility-scanner/scanner-plugins/'
62
await loadPluginsFromPath({
63
readPath: pluginsPath,
64
importPath: pluginsPath,
0 commit comments