We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc706ff commit ef88109Copy full SHA for ef88109
1 file changed
.github/workflows/debos.yml
@@ -81,7 +81,7 @@ jobs:
81
82
const path = require('path');
83
// Print the current directory
84
- const currentDirectory = __dirname;
+ const currentDirectory = process.cwd();
85
console.log(`Current directory: ${currentDirectory}`);
86
87
// List files in the current directory
0 commit comments