We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5efaa commit 98dbdcaCopy full SHA for 98dbdca
danger/dangerfile.js
@@ -192,7 +192,7 @@ async function CheckFromExternalChecks() {
192
// Priority: EXTRA_DANGERFILE (absolute path) -> EXTRA_DANGERFILE_INPUT (relative path)
193
const customPath = process.env.EXTRA_DANGERFILE || process.env.EXTRA_DANGERFILE_INPUT;
194
console.log(`::debug:: Checking from external checks: ${customPath}`);
195
- warn(`::debug:: Current directory contents: ${fs.readdirSync('./').join(', ')}`);
+ warn(`::debug:: Current directory contents: scripts: ${fs.readdirSync('./scripts').join(', ')}`);
196
warn(`::debug:: Workspace directory contents: ${fs.readdirSync('/github/workspace').join(', ')}`);
197
if (customPath) {
198
try {
0 commit comments