Skip to content

Commit ef88109

Browse files
committed
Fix debug
Signed-off-by: Loïc Minier <[email protected]>
1 parent cc706ff commit ef88109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
const path = require('path');
8383
// Print the current directory
84-
const currentDirectory = __dirname;
84+
const currentDirectory = process.cwd();
8585
console.log(`Current directory: ${currentDirectory}`);
8686
8787
// List files in the current directory

0 commit comments

Comments
 (0)