Skip to content

Commit 98dbdca

Browse files
check scripts
1 parent 2b5efaa commit 98dbdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

danger/dangerfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ async function CheckFromExternalChecks() {
192192
// Priority: EXTRA_DANGERFILE (absolute path) -> EXTRA_DANGERFILE_INPUT (relative path)
193193
const customPath = process.env.EXTRA_DANGERFILE || process.env.EXTRA_DANGERFILE_INPUT;
194194
console.log(`::debug:: Checking from external checks: ${customPath}`);
195-
warn(`::debug:: Current directory contents: ${fs.readdirSync('./').join(', ')}`);
195+
warn(`::debug:: Current directory contents: scripts: ${fs.readdirSync('./scripts').join(', ')}`);
196196
warn(`::debug:: Workspace directory contents: ${fs.readdirSync('/github/workspace').join(', ')}`);
197197
if (customPath) {
198198
try {

0 commit comments

Comments
 (0)